Skip to content

Commit

Permalink
Fix push to pyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Dec 31, 2021
1 parent 6ac607f commit b7f3850
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ jobs:

deploy:
name: Deploy
environment: release
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
needs: [test]
runs-on: ubuntu-latest
Expand Down

0 comments on commit b7f3850

Please sign in to comment.