31
31
fetch-depth : 0
32
32
33
33
- 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
35
35
36
36
- name : " Install Rust 1.84.1"
37
37
uses : actions-rs/toolchain@v1
57
57
uses : actions/upload-artifact@v4
58
58
with :
59
59
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
61
61
62
62
build-macos-arm64-wheels :
63
63
name : " Build and test macOS arm64 wheels"
@@ -103,7 +103,7 @@ jobs:
103
103
uses : actions/upload-artifact@v4
104
104
with :
105
105
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
107
107
108
108
build-macos-x86_64-wheels :
109
109
name : " Build and test macOS x86_64 wheels"
@@ -146,7 +146,7 @@ jobs:
146
146
uses : actions/upload-artifact@v4
147
147
with :
148
148
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
150
150
151
151
build-windows-wheels :
152
152
name : " Build and test Windows wheels"
@@ -184,10 +184,10 @@ jobs:
184
184
uses : actions/upload-artifact@v4
185
185
with :
186
186
name : bdkpython-windows-${{ matrix.python }}
187
- path : D:\a\bdkpython\bdkpython \dist\*.whl
187
+ path : D:\a\bdk-python\bdk-python \dist\*.whl
188
188
189
189
- 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}
191
191
shell : powershell
192
192
193
193
- name : " Run tests"
@@ -205,7 +205,7 @@ jobs:
205
205
fetch-depth : 0
206
206
207
207
- 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
209
209
210
210
- name : " Install Ruff"
211
211
run : curl -LsSf https://astral.sh/ruff/install.sh | sh
0 commit comments