Bump version

This commit is contained in:
Alex Root Junior 2021-08-01 01:09:43 +03:00
parent 5c1ea85e9d
commit e5a7c69e17
7 changed files with 14 additions and 14 deletions

View file

@ -57,9 +57,9 @@ jobs:
password: ${{ secrets.PYPI_TEST_TOKEN }}
repository_url: https://test.pypi.org/legacy/
# - name: Publish a Python distribution to PyPI
# uses: pypa/gh-action-pypi-publish@master
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@master
# if: github.event.action == 'published'
# with:
# user: __token__
# password: ${{ secrets.PYPI_TOKEN }}
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}