Skip to content

Commit

Permalink
Publish to pypi in case of releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
SpirinEgor committed Mar 1, 2021
1 parent 4457912 commit e0b2c13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit e0b2c13

Please sign in to comment.