Skip to content

Commit a911b36

Browse files
committed
Adding Test Repo Url
1 parent 4b63902 commit a911b36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-to-pypi.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
env:
2424
TWINE_USERNAME: ${{ secrets.TEST_PYPI_USERNAME }}
2525
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
26+
TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/
2627
run: |
2728
python setup.py sdist
2829
twine upload dist/*

0 commit comments

Comments
 (0)