Skip to content

Commit

Permalink
Remove publication to TestPyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Aratz committed Mar 22, 2021
1 parent eaf6ae5 commit c5efdc0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ jobs:
--wheel
--outdir dist/
.
- name: Publish to TestPyPI
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
- name: Publish to PyPI if tagged
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
Expand Down

0 comments on commit c5efdc0

Please sign in to comment.