Rename deployment script

This commit is contained in:
Alex Root Junior 2021-08-01 01:19:03 +03:00
parent a19b6bcf3a
commit 16cf6419d3

View file

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