mirror of
https://github.com/status-im/sqlalchemy_dremio.git
synced 2026-08-31 13:11:06 +00:00
Update pythonapp.yml
This commit is contained in:
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user