Skip to content
Snippets Groups Projects
Commit 088f9113 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[data/gitlab-ci/python-package.yaml] Fix twine use

parent eabd6a7e
No related branches found
No related tags found
1 merge request!278Python deploy issues
......@@ -135,7 +135,7 @@ pypi:
before_script:
- pip install twine
script:
- twine --skip-existing --username=${PYPIUSER} --password=${PYPIPASS} dist/*.zip
- twine upload --skip-existing --username=${PYPIUSER} --password=${PYPIPASS} dist/*.zip
cache:
paths:
- ${PIP_CACHE_DIR}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment