ci: change testpypi to pypi

This commit is contained in:
zweien 2021-07-15 11:31:35 +08:00
parent 5bdbe832d1
commit d6bb4b3a68
1 changed files with 1 additions and 1 deletions

View File

@ -33,6 +33,6 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
twine upload --repository-url dist/*