Skip to content

Commit d41260c

Browse files
committed
Update release repository of pypi
1 parent d4fd292 commit d41260c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
122122
run: |
123123
python setup.py sdist bdist_wheel
124-
twine upload --repository testpypi dist/*
124+
twine upload dist/*
125125
- name: Upload Release 3rd Party License text
126126
id: upload-release-license
127127
uses: actions/[email protected]

0 commit comments

Comments
 (0)