Skip to content

Commit ad59eaa

Browse files
zxqfd555Manul from Pathway
authored andcommitted
correct path for delocate (#9924)
GitOrigin-RevId: f69dc834aa0bccd5e5490884ee4f2efb76e60906
1 parent d98c174 commit ad59eaa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/package_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
if: ${{ matrix.os == 'selfhosted-macOS'}}
9696
run: |
9797
pip install delocate
98-
delocate-wheel ./targets/wheels/*.whl
98+
delocate-wheel target/wheels/*.whl
9999
100100
- name: Upload artifact
101101
uses: actions/upload-artifact@v6

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
if: ${{ matrix.os == 'selfhosted-macOS'}}
143143
run: |
144144
pip install delocate
145-
delocate-wheel ./targets/wheels/*.whl
145+
delocate-wheel target/wheels/*.whl
146146
147147
- name: Build package Ubuntu AArch64
148148
if: ${{ matrix.os == needs.start-runner.outputs.label }}

0 commit comments

Comments
 (0)