Skip to content
Snippets Groups Projects

Publish to PYPI

Merged Lars Bilke requested to merge bilke/ogstools:publish into main
Files
3
+ 8
0
@@ -33,3 +33,11 @@ tests (arch):
tests:
script:
- tox -p
publish:
rules:
- if: $CI_COMMIT_TAG
variables:
TWINE_REPOSITORY: testpypi
script:
- tox -e publish
Loading