forked from p94628173/idrlnet
ci: change testpypi to pypi
This commit is contained in:
parent
5bdbe832d1
commit
d6bb4b3a68
|
@ -33,6 +33,6 @@ jobs:
|
||||||
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
||||||
run: |
|
run: |
|
||||||
python setup.py sdist bdist_wheel
|
python setup.py sdist bdist_wheel
|
||||||
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
|
twine upload --repository-url dist/*
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue