diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 40c43df9717743fe202902f9b9b34c007f7b411f..e446ec5c0317af71ce0ae0d848cc8db87298f4e2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,8 @@ image: python:3.7-stretch stages: - - style - - tests + #- style + #- tests - pypi_upload before_script: @@ -29,6 +29,6 @@ pypi_test: script: - pyenv local $(latest_python 3.7) - 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 stage: pypi_upload