Skip to content

Commit

Permalink
upload on release
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Mar 17, 2024
1 parent 248aaa4 commit e898f56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ jobs:
pip install --upgrade dist/*.whl
- name: Upload to PyPI
if: github.event_name == 'release'
run: |
poetry publish -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit e898f56

Please sign in to comment.