We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6590032 commit ba0e8f3Copy full SHA for ba0e8f3
.gitlab-ci.yml
@@ -15,4 +15,4 @@ deploy to pypi:
15
- sed -i "s/@@VERSION@@/$CI_COMMIT_TAG/g" ./setup.py
16
- python setup.py sdist
17
- python setup.py bdist_wheel
18
- - twine upload -r pypi -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} dist/*
+ - twine upload -r pypi -u __token__ -p "${PYPI_TOKEN}" dist/*
0 commit comments