Skip to content
Snippets Groups Projects
Commit d9d27ba1 authored by Tobias Hangleiter's avatar Tobias Hangleiter
Browse files

Use hatch for publishing

parent 69b9e025
No related branches found
No related tags found
1 merge request!26Use uv in CI
Pipeline #1379566 waiting for manual action
......@@ -48,8 +48,7 @@ pypi:
- job: "build"
artifacts: true
script:
- pip install -U twine
- twine upload -u "$TWINE_USERNAME" -p "$TWINE_PASSWORD" dist/*
- python -m hatch publish -y
rules:
- if: '$CI_COMMIT_TAG =~ /^v\d{4}\.\d{1,2}\.\d{1,2}$/'
# Always publish tagged commits matching CalVer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment