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: ...@@ -135,7 +135,7 @@ pypi:
before_script: before_script:
- pip install twine - pip install twine
script: script:
- twine --skip-existing --username=${PYPIUSER} --password=${PYPIPASS} dist/*.zip - twine upload --skip-existing --username=${PYPIUSER} --password=${PYPIPASS} dist/*.zip
cache: cache:
paths: paths:
- ${PIP_CACHE_DIR} - ${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