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

upload to pypi

parent e7bc668a
No related branches found
No related tags found
No related merge requests found
Pipeline #761 failed
...@@ -3,6 +3,7 @@ image: python:3.7-stretch ...@@ -3,6 +3,7 @@ image: python:3.7-stretch
stages: stages:
- style - style
- tests - tests
- pypi_test
before_script: before_script:
- pip install -U pip setuptools - pip install -U pip setuptools
...@@ -12,9 +13,16 @@ tests: ...@@ -12,9 +13,16 @@ tests:
script: script:
- tox -r -vv -e py37 - tox -r -vv -e py37
stage: tests stage: tests
allow_failure: true
style: style:
script: script:
- tox -r -vv -e flake8 - tox -r -vv -e flake8
allow_failure: true allow_failure: true
stage: style stage: style
pypi_test:
script:
- python setup.py sdist
- twine upload -u openbis-team -p 4z2-3oZ-rFK-YNh --repository-url https://test.pypi.org/legacy/ dist/*
when: manual
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