Skip to content

Commit

Permalink
Remove testpypi autopush
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-dewar committed Aug 28, 2020
1 parent ebd04ca commit aaa4343
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish-to-test-pypi.yml
Expand Up @@ -15,11 +15,6 @@ jobs:
- name: Build ChipWhisperer
run: >-
python setup.py sdist
- name: Publish to testpypi
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.test_py_pi }}
repository_url: https://test.pypi.org/legacy/
- name: Publish to pypi
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
Expand Down

0 comments on commit aaa4343

Please sign in to comment.