Skip to content
Snippets Groups Projects
Commit 7e07ce4c authored by Swen Vermeul's avatar Swen Vermeul
Browse files

added pypi password environment

parent 7909ea49
No related branches found
No related tags found
No related merge requests found
Pipeline #765 failed
image: python:3.7-stretch image: python:3.7-stretch
stages: stages:
- style #- style
- tests #- tests
- pypi_upload - pypi_upload
before_script: before_script:
...@@ -29,6 +29,6 @@ pypi_test: ...@@ -29,6 +29,6 @@ pypi_test:
script: script:
- pyenv local $(latest_python 3.7) - pyenv local $(latest_python 3.7)
- python setup.py sdist - python setup.py sdist
- twine upload -u openbis-team -p 4z2-3oZ-rFK-YNh --repository-url https://test.pypi.org/legacy/ dist/* - twine upload -u openbis-team -p $PYPI_PASSWORD --repository-url https://test.pypi.org/legacy/ dist/*
when: manual when: manual
stage: pypi_upload stage: pypi_upload
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