3131 fetch-depth : 0
3232
3333 - name : " Configure Git safe directory"
34- run : git config --global --add safe.directory /__w/bdkpython/bdkpython
34+ run : git config --global --add safe.directory /__w/bdk-python/bdk-python
3535
3636 - name : " Install Rust 1.84.1"
3737 uses : actions-rs/toolchain@v1
5757 uses : actions/upload-artifact@v4
5858 with :
5959 name : bdkpython-manylinux_2_28_x86_64-${{ matrix.python }}
60- path : /home/runner/work/bdkpython/bdkpython /dist/*.whl
60+ path : /home/runner/work/bdk-python/bdk-python /dist/*.whl
6161
6262 build-macos-arm64-wheels :
6363 name : " Build and test macOS arm64 wheels"
@@ -103,7 +103,7 @@ jobs:
103103 uses : actions/upload-artifact@v4
104104 with :
105105 name : bdkpython-macos-arm64-${{ matrix.python }}
106- path : /Users/runner/work/bdkpython/bdkpython /dist/*.whl
106+ path : /Users/runner/work/bdk-python/bdk-python /dist/*.whl
107107
108108 build-macos-x86_64-wheels :
109109 name : " Build and test macOS x86_64 wheels"
@@ -146,7 +146,7 @@ jobs:
146146 uses : actions/upload-artifact@v4
147147 with :
148148 name : bdkpython-macos-x86_64-${{ matrix.python }}
149- path : /Users/runner/work/bdkpython/bdkpython /dist/*.whl
149+ path : /Users/runner/work/bdk-python/bdk-python /dist/*.whl
150150
151151 build-windows-wheels :
152152 name : " Build and test Windows wheels"
@@ -184,10 +184,10 @@ jobs:
184184 uses : actions/upload-artifact@v4
185185 with :
186186 name : bdkpython-windows-${{ matrix.python }}
187- path : D:\a\bdkpython\bdkpython \dist\*.whl
187+ path : D:\a\bdk-python\bdk-python \dist\*.whl
188188
189189 - name : " Install dependencies"
190- run : Get-ChildItem 'D:\a\bdkpython\bdkpython \dist\*.whl' | ForEach-Object {pip install $_.FullName}
190+ run : Get-ChildItem 'D:\a\bdk-python\bdk-python \dist\*.whl' | ForEach-Object {pip install $_.FullName}
191191 shell : powershell
192192
193193 - name : " Run tests"
@@ -205,7 +205,7 @@ jobs:
205205 fetch-depth : 0
206206
207207 - name : " Configure Git safe directory"
208- run : git config --global --add safe.directory /__w/bdkpython/bdkpython
208+ run : git config --global --add safe.directory /__w/bdk-python/bdk-python
209209
210210 - name : " Install Ruff"
211211 run : curl -LsSf https://astral.sh/ruff/install.sh | sh
0 commit comments