Skip to content

Commit

Permalink
Additional multi-platform build
Browse files Browse the repository at this point in the history
  • Loading branch information
b-long committed Jul 18, 2024
1 parent a24c7a2 commit 13779a6
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 @@ -152,7 +152,7 @@ jobs:
publish_pypi:
if: startsWith(github.ref, 'refs/tags/')
name: Publish PyPI
needs: [ build_linux_x86_64, build_linux_arm, build_macos ]
needs: [ build_linux_x86_64, build_macos ]
runs-on: ubuntu-latest
environment:
name: pypi
Expand Down

0 comments on commit 13779a6

Please sign in to comment.