Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 2c1c7d1

Browse files
committed
Upload wheels to the correct repository
1 parent cddec87 commit 2c1c7d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ script:
4343
- |
4444
if [[ $TRAVIS_TAG ]]; then
4545
$PIP install twine
46-
python -m twine upload --repository-url https://test.pypi.org/legacy/ --skip-existing wheelhouse/*.whl
46+
python -m twine upload --skip-existing wheelhouse/*.whl
4747
fi

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ build_script:
2828
- ps: >-
2929
if ($env:APPVEYOR_REPO_TAG -eq "true") {
3030
python -m pip install twine
31-
python -m twine upload --repository-url https://test.pypi.org/legacy/ --skip-existing wheelhouse\*
31+
python -m twine upload --skip-existing wheelhouse\*
3232
}
3333
3434
artifacts:

0 commit comments

Comments
 (0)