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

Merge branch '1-publish-to-pypi' into 'main'

Resolve "Publish to pypi"

Closes #1

See merge request !2
parents bd9ddb59 af86dd0b
No related branches found
No related tags found
1 merge request!2Resolve "Publish to pypi"
Pipeline #23829 passed
......@@ -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,14 @@ pytest:
coverage_report:
coverage_format: cobertura
path: coverage.xml
publish:
stage: publish
image: python:3.10-alpine
before_script:
- apk add poetry
- poetry install
script:
- poetry publish --username __token__ --password $PYPI_TOKEN --build
only:
- tags
[tool.poetry]
name = "funkwhale-api-client"
version = "0.1.0"
version = "0.1.0-rc1"
description = "A client library for accessing Funkwhale API"
authors = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment