Skip to content
Snippets Groups Projects
Commit f7e30cbb authored by Anton Tetov Johansson's avatar Anton Tetov Johansson
Browse files

Update .gitlab-ci.yml file

parent 8633dc8f
No related branches found
No related tags found
No related merge requests found
Pipeline #1669 passed with warnings
......@@ -43,7 +43,6 @@ run-pre-commit:
<<: *quality
script: make check
# Tests jobs
python3.9:
......@@ -64,7 +63,8 @@ publish:
<<: *install-deps
stage: publish
image: python:3.10
only: /^v(\d+\.)?(\d+\.)?(\*|\d+)$/
only:
- /^v(\d+\.)(\d+\.)(\d+)$/
script:
- make build
- poetry publish -username=__token__ --password=$PYPI_TOKEN
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment