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

Configure Pipeline to use pypi token

parent aa7cd080
No related branches found
No related tags found
No related merge requests found
Pipeline #20049 failed
......@@ -35,12 +35,14 @@ package:
deploy:
stage: deploy
image: $CI_REGISTRY/funkwhale/backend-test-docker:3.10
variables:
POETRY_PYPI_TOKEN_PYPI=$PYPI_TOKEN
before_script:
- poetry install
- git fetch --tags
script:
- poetry version $(git describe --tags --abbrev=0)
- poetry build
- poetry publish --username $PYPI_USERNAME --password $PYPI_TOKEN
- poetry publish
only:
- tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment