Update pythonapp.yml

This commit is contained in:
Naren
2020-04-19 20:34:01 -04:00
committed by GitHub
parent 4b01c667d8
commit f435ae973d
-1
View File
@@ -34,7 +34,6 @@ jobs:
run: |
pytest
- name: Publish to PYPI
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
run: |
python setup.py sdist
twine upload -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }} dist/*