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

Fix arg to poetry publish Update .gitlab-ci.yml file

parent e6aad700
No related branches found
No related tags found
No related merge requests found
Pipeline #1690 failed
......@@ -70,4 +70,4 @@ publish:
- /^v(\d+\.)(\d+\.)(\d+)$/
script:
- make build
- poetry publish -username=__token__ --password=$PYPI_TOKEN
- 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