Skip to content

Commit

Permalink
use auto
Browse files Browse the repository at this point in the history
  • Loading branch information
dleemiller committed Jul 29, 2024
1 parent 3140ab7 commit 3540396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
env:
CIBW_ARCHS_MACOS: "x86_64 arm64"
run: |
cibuildwheel --platform ${{ matrix.os }} --output-dir wheelhouse
cibuildwheel --platform auto --output-dir wheelhouse
- name: Publish package
if: github.event_name == 'push'
Expand Down

0 comments on commit 3540396

Please sign in to comment.