Skip to content

Commit

Permalink
Update publish_to_pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat authored May 22, 2020
1 parent 8158711 commit 1da2422
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Build and publish to test pypi
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.test_pypi_password }}
run: |
python setup.py sdist bdist_wheel
twine upload -r testpypi dist/*
- name: Build and publish to real pypi
env:
TWINE_USERNAME: __token__
Expand Down

0 comments on commit 1da2422

Please sign in to comment.