Skip to content

Commit

Permalink
remove test pypi push
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolopanis committed Jun 8, 2022
1 parent fb03aab commit 2c1805a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/publish_to_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ jobs:
run: |
python -m build --source --out-dir dist/ .
- name: Publish to Test PyPI
if: startsWith(github.event.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.test_pypi_password }}
repository_url: https://test.pypi.org/legacy/

- name: Publish to PyPI
if: startsWith(github.event.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
Expand Down

0 comments on commit 2c1805a

Please sign in to comment.