Skip to content

Commit

Permalink
Publish to PyPI after creating the release (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjavaxx authored Dec 6, 2023
1 parent 9ad6f9a commit bbfb168
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 @@ -40,7 +40,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
pypi:
needs: [build]
needs: [release]
environment: publish
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit bbfb168

Please sign in to comment.