Skip to content

Commit

Permalink
Make publish depend on GitHub release
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Jul 9, 2023
1 parent 2e32514 commit b9b3014
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ jobs:

publish:
name: Publish on PyPI
# needs: [build, release]
needs: build
needs: [build, release]
runs-on: ubuntu-latest
steps:
- name: Download build artifacts
Expand Down

0 comments on commit b9b3014

Please sign in to comment.