Skip to content
Snippets Groups Projects
Commit 888da704 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Remove poetry config command

parent 9e7af411
No related branches found
No related tags found
No related merge requests found
Pipeline #22650 passed
......@@ -23,9 +23,8 @@ test:
deploy:
stage: deploy
script:
- poetry config http-basic.pypi $PYPI_USERNAME $PYPI_PWD
- poetry build -v
- poetry publish
- poetry publish --username $PYPI_USERNAME --password $PYPI_PWD
rules:
- if: '$CI_COMMIT_TAG =~ /^\d+\.\d+\.\d+$/'
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