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

ci(deploy): Add package publishing to pypi

parent bd9ddb59
Branches
Tags
1 merge request!2Resolve "Publish to pypi"
Pipeline #23820 failed
......@@ -7,6 +7,8 @@
# See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence
stages:
- test
- publish
sast:
stage: test
include:
......@@ -26,3 +28,11 @@ pytest:
coverage_report:
coverage_format: cobertura
path: coverage.xml
publish:
image: python:3.10-alpine
before_script:
- apk add poetry
- poetry install
script:
- poetry publish --build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment