Skip to content

Commit

Permalink
remove test pypi from publish pipeline (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
jduerholt authored Aug 9, 2023
1 parent a46b1fc commit 192bdbe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,3 @@ jobs:
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_API_TOKEN }}
- name: Publish to Test PyPI
# this step may fail if the version number was already manually published to test.pypi
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/

0 comments on commit 192bdbe

Please sign in to comment.