Skip to content
Snippets Groups Projects
Commit 6a62b3c3 authored by Lorenzo  ZOLFANELLI's avatar Lorenzo ZOLFANELLI
Browse files

chore(ci): automatic pypi publish of tags

parent 8e5cf78a
No related branches found
No related tags found
No related merge requests found
Pipeline #121619 passed
...@@ -25,3 +25,11 @@ test: ...@@ -25,3 +25,11 @@ test:
coverage_format: cobertura coverage_format: cobertura
path: coverage.xml path: coverage.xml
publish:
needs: [test]
only:
- tags
script:
- pip install --upgrade build twine
- python -m build
- twine upload dist/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment