Skip to content

Commit

Permalink
CI: change to actual PyPi.
Browse files Browse the repository at this point in the history
  • Loading branch information
vtraag committed Apr 24, 2020
1 parent 8d6733c commit 3e63c72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ on_success:
(
python -m pip install twine
&&
python -m twine upload --repository-url https://test.pypi.org/legacy/ wheelhouse/*.whl
python -m twine upload --repository-url https://upload.pypi.org/legacy/ wheelhouse/*.whl
)
for:
Expand Down Expand Up @@ -89,7 +89,7 @@ for:
on_success:
- >
if [ "$APPVEYOR_REPO_TAG" == "true" ]; then
python -m pip install twine && python -m twine upload --repository-url https://test.pypi.org/legacy/ testpyi wheelhouse/*.whl
python -m pip install twine && python -m twine upload --repository-url https://upload.pypi.org/legacy/ testpyi wheelhouse/*.whl
fi
- matrix:
only:
Expand All @@ -102,7 +102,7 @@ for:
on_success:
- >
if [ "$APPVEYOR_REPO_TAG" == "true" ]; then
python -m pip install twine && python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*.tar.gz
python -m pip install twine && python -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*.tar.gz
fi
artifacts:
Expand Down

0 comments on commit 3e63c72

Please sign in to comment.