Skip to content

Commit

Permalink
update pypi release to depend on all targets
Browse files Browse the repository at this point in the history
  • Loading branch information
dinmukhamedm committed Jul 26, 2024
1 parent bab1a5f commit 9624883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
needs: [linux]
needs: [linux, musllinux, windows, macos]
steps:
- uses: actions/download-artifact@v4
- name: Publish to PyPI
Expand Down

0 comments on commit 9624883

Please sign in to comment.