Skip to content
Snippets Groups Projects

Resolve "Publish to pypi"

Merged Georg Krause requested to merge 1-publish-to-pypi into main
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -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
Loading