Skip to content

Commit

Permalink
Fix properly
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion committed Jun 17, 2024
1 parent 3ce4e9b commit 952ed84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
# Update the wheel with the correct tag then remove the incorrect wheel
- name: Fix poetry mistagging
run: |
wheel tags --platform-tag macosx_12_0_arm64 ./dist/*-macosx_14_0_x86_64.whl
wheel tags --platform-tag macosx_14_0_arm64 ./dist/*-macosx_14_0_x86_64.whl
rm ./dist/*-macosx_14_0_x86_64.whl
- name: Store artifacts
Expand Down

0 comments on commit 952ed84

Please sign in to comment.