Skip to content

Commit

Permalink
remove arm_64
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinyu Li committed Feb 3, 2024
1 parent 1283ae5 commit f2a3d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: |
cd python && python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_ARCHS_MACOS: universal2 arm64
CIBW_ARCHS_MACOS: universal2
CIBW_REPAIR_WHEEL_COMMAND_MACOS: ""
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: ""
CIBW_REPAIR_WHEEL_COMMAND_LINUX: ""
Expand Down

0 comments on commit f2a3d3a

Please sign in to comment.