Skip to content

Commit

Permalink
Fix upload_pypi job in pypi workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gbolmier committed Nov 25, 2024
1 parent ac9f409 commit 041e7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
pattern: artifact-*

upload_pypi:
needs: [build_wheels, build_sdist]
needs: merge_artifacts
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit 041e7fd

Please sign in to comment.