Skip to content

Commit

Permalink
deploy.yml: inc macos arm
Browse files Browse the repository at this point in the history
  • Loading branch information
wannesm committed Jun 13, 2024
1 parent 7fddc91 commit 33e987e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ jobs:
runs-on: ubuntu-latest
# upload to PyPI on every tag starting with 'v'
# if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
needs: [build_unix,build_macos,build_windows,build_sdist]
needs: [build_unix,build_macos,build_windows,build_macos_arm,build_sdist]

steps:
- uses: actions/download-artifact@v2
Expand Down

0 comments on commit 33e987e

Please sign in to comment.