Skip to content

Commit

Permalink
Remove Publish to TestPyPI step from Workfllow
Browse files Browse the repository at this point in the history
  • Loading branch information
SolventMercury authored Sep 25, 2021
1 parent 2a4ef81 commit d8a7f8a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,6 @@ jobs:
with:
name: python-package-distributions
path: dist/

- name: Publish 📦 to TestPyPI
if: ${{ github.ref == 'refs/heads/main' }}
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.testpypi_password }}
repository_url: https://test.pypi.org/legacy/

- name: Publish 📦 to PyPI
if: ${{ startsWith(github.ref, 'refs/tags/') }}
Expand Down

0 comments on commit d8a7f8a

Please sign in to comment.