Skip to content

Commit 3e63c72

Browse files
committed
CI: change to actual PyPi.
1 parent 8d6733c commit 3e63c72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
6767
for:
@@ -89,7 +89,7 @@ for:
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:
@@ -102,7 +102,7 @@ for:
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
108108
artifacts:

0 commit comments

Comments
 (0)