Skip to content

Commit

Permalink
run upload to PyPI after build
Browse files Browse the repository at this point in the history
  • Loading branch information
s-scherrer committed May 19, 2021
1 parent 0851075 commit 1e7fa7a
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 @@ -98,6 +98,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
publish:
name: Upload to PyPI
needs: build
if: ${{ github.event_name == 'release' }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 1e7fa7a

Please sign in to comment.