Skip to content

Commit

Permalink
Rename deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
JrooTJunior committed Jul 31, 2021
1 parent a19b6bc commit 16cf641
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/testpypi.yml → .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ jobs:
name: dist
path: dist

- name: Publish a Python distribution to Test PyPI
uses: pypa/gh-action-pypi-publish@master
# if: github.event.action != 'published'
with:
user: __token__
password: ${{ secrets.PYPI_TEST_TOKEN }}
repository_url: https://test.pypi.org/legacy/
# - name: Publish a Python distribution to Test PyPI
# uses: pypa/gh-action-pypi-publish@master
## if: github.event.action != 'published'
# with:
# user: __token__
# 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
Expand Down

0 comments on commit 16cf641

Please sign in to comment.