Skip to content

Commit

Permalink
actions: fix delocate
Browse files Browse the repository at this point in the history
Forget about backwards compatibility, just rename an entire binary!

Signed-off-by: Matteo Cafasso <[email protected]>
  • Loading branch information
noxdafox committed Jan 26, 2025
1 parent 75f5e5c commit 0c57b12
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,10 @@ jobs:
run: |
mkdir -p dist
# Can't understand why globbing does not work in here
delocate-fuse artifacts/clipspy-1.0.4-cp311-cp311-macosx_11_0_arm64.whl artifacts/clipspy-1.0.4-cp311-cp311-macosx_11_0_x86_64.whl -w dist/
delocate-fuse artifacts/clipspy-1.0.4-cp312-cp312-macosx_11_0_arm64.whl artifacts/clipspy-1.0.4-cp312-cp312-macosx_11_0_x86_64.whl -w dist/
rename "s/arm64/universal2/" dist/*.whl
delocate-merge artifacts/clipspy-1.0.4-cp310-cp310-macosx_11_0_arm64.whl artifacts/clipspy-1.0.4-cp310-cp310-macosx_11_0_x86_64.whl -w dist/
delocate-merge artifacts/clipspy-1.0.4-cp311-cp311-macosx_11_0_arm64.whl artifacts/clipspy-1.0.4-cp311-cp311-macosx_11_0_x86_64.whl -w dist/
delocate-merge artifacts/clipspy-1.0.4-cp312-cp312-macosx_11_0_arm64.whl artifacts/clipspy-1.0.4-cp312-cp312-macosx_11_0_x86_64.whl -w dist/
delocate-merge artifacts/clipspy-1.0.4-cp313-cp313-macosx_11_0_arm64.whl artifacts/clipspy-1.0.4-cp313-cp313-macosx_11_0_x86_64.whl -w dist/
- name: Store build artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 0c57b12

Please sign in to comment.