Skip to content

Commit

Permalink
minor fix in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
speckdavid committed Dec 19, 2023
1 parent c5788fc commit d4bc1d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:

- name: Build wheel
run: python -m cibuildwheel --output-dir dist
env:
CIBW_ARCHS_MACOS: "x86_64 arm64"

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit d4bc1d1

Please sign in to comment.