Skip to content

Commit ca0c463

Browse files
Merge pull request #14 from chinapandaman/PPF-9
PPF-9: test repo
2 parents b0267b1 + 98f8179 commit ca0c463

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/python-publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
env:
2727
TWINE_USERNAME: __token__
2828
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
29+
TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/
2930
run: |
3031
python setup.py sdist bdist_wheel
3132
twine upload dist/*

0 commit comments

Comments
 (0)