File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ on_success:
6161 (
6262 python -m pip install twine
6363 &&
64- python -m twine upload --repository-url https://test .pypi.org/legacy/ wheelhouse/*.whl
64+ python -m twine upload --repository-url https://upload .pypi.org/legacy/ wheelhouse/*.whl
6565 )
6666
6767for :
8989 on_success :
9090 - >
9191 if [ "$APPVEYOR_REPO_TAG" == "true" ]; then
92- python -m pip install twine && python -m twine upload --repository-url https://test .pypi.org/legacy/ testpyi wheelhouse/*.whl
92+ python -m pip install twine && python -m twine upload --repository-url https://upload .pypi.org/legacy/ testpyi wheelhouse/*.whl
9393 fi
9494 - matrix :
9595 only :
102102 on_success :
103103 - >
104104 if [ "$APPVEYOR_REPO_TAG" == "true" ]; then
105- python -m pip install twine && python -m twine upload --repository-url https://test .pypi.org/legacy/ dist/*.tar.gz
105+ python -m pip install twine && python -m twine upload --repository-url https://upload .pypi.org/legacy/ dist/*.tar.gz
106106 fi
107107
108108artifacts :
You can’t perform that action at this time.
0 commit comments