Skip to content
Snippets Groups Projects
Commit 09a763cc authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Update CI file.

parent 500f5b1b
No related branches found
No related tags found
2 merge requests!10Code cleaning, better documentation and updated CI.,!9Fix CI publishing.
This commit is part of merge request !9. Comments created here will be created in the context of that merge request.
......@@ -17,7 +17,7 @@ test_docker:
rules:
- if: '$CI_COMMIT_TAG == null'
deploy-to-testpypi:
deploy to testpypi:
stage: deploy_test
image: python:3.8
tags:
......@@ -29,7 +29,7 @@ deploy-to-testpypi:
- python setup.py sdist bdist_wheel
- twine upload -u $PYPI_TEST_USER -p $PYPI_TEST_PASSWORD --repository-url https://test.pypi.org/legacy/ --skip-existing dist/*
install-from-testpypi:
install from testpypi:
stage: test_install
image: python:3.8
tags:
......@@ -44,7 +44,7 @@ install-from-testpypi:
paths:
- "*.log"
deploy-to-pypi:
deploy to pypi:
stage: deploy_prod
image: python:3.8
only:
......
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