Skip to content

Commit ebb3397

Browse files
author
Romain Mormont
committed
ci: fix pypi url
1 parent 9405e1a commit ebb3397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ publish-python-package:
7575
- python setup.py sdist
7676
- |
7777
if [ $IS_OPEN_SOURCE_RELEASE_CANDIDATE = "true" ]; then
78-
export TARGET_PYTHON_REPO=https://pypi.org/
78+
export TARGET_PYTHON_REPO=https://upload.pypi.org/legacy/
7979
export TWINE_USERNAME=$PYPI_USERNAME
8080
export TWINE_PASSWORD=$PYPI_PASSWORD
8181
else

0 commit comments

Comments
 (0)