We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9405e1a commit ebb3397Copy full SHA for ebb3397
.gitlab-ci.yml
@@ -75,7 +75,7 @@ publish-python-package:
75
- python setup.py sdist
76
- |
77
if [ $IS_OPEN_SOURCE_RELEASE_CANDIDATE = "true" ]; then
78
- export TARGET_PYTHON_REPO=https://pypi.org/
+ export TARGET_PYTHON_REPO=https://upload.pypi.org/legacy/
79
export TWINE_USERNAME=$PYPI_USERNAME
80
export TWINE_PASSWORD=$PYPI_PASSWORD
81
else
0 commit comments