Skip to content

Commit

Permalink
Remove Test PYPI
Browse files Browse the repository at this point in the history
  • Loading branch information
adelavega committed Jan 26, 2021
1 parent d68774c commit 0b8adc8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish-to-test-pypi.yml
Expand Up @@ -16,13 +16,8 @@ jobs:
run: pip install wheel
- name: Build wheel
run: python setup.py sdist bdist_wheel
- name: Publish distribution 📦 to Test PyPI
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 0b8adc8

Please sign in to comment.