Skip to content

Commit

Permalink
Adding Test Repo Url
Browse files Browse the repository at this point in the history
  • Loading branch information
avilash committed Jun 28, 2020
1 parent 4b63902 commit a911b36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
env:
TWINE_USERNAME: ${{ secrets.TEST_PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/
run: |
python setup.py sdist
twine upload dist/*
Expand Down

0 comments on commit a911b36

Please sign in to comment.