Skip to content
Snippets Groups Projects
Verified Commit b275575c authored by Georg Krause's avatar Georg Krause
Browse files

ci(deploy): Provide PyPi credentials

parent c24a8f97
No related branches found
No related tags found
1 merge request!2Resolve "Publish to pypi"
Pipeline #23823 failed
...@@ -30,9 +30,10 @@ pytest: ...@@ -30,9 +30,10 @@ pytest:
path: coverage.xml path: coverage.xml
publish: publish:
stage: publish
image: python:3.10-alpine image: python:3.10-alpine
before_script: before_script:
- apk add poetry - apk add poetry
- poetry install - poetry install
script: script:
- poetry publish --build - poetry publish --username __token__ --password $PYPI_TOKEN --build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment