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

Merge branch 'revert-1d259305' into 'main'

Revert "Use hatch for publishing"

See merge request !34
parents 7e594d3d 4eecf747
No related branches found
No related tags found
1 merge request!34Revert "Use hatch for publishing"
Pipeline #1393342 failed
......@@ -51,7 +51,8 @@ pypi:
- job: "build"
artifacts: true
script:
- python -m hatch publish -y
- pip install -U twine
- twine upload -u "$TWINE_USERNAME" -p "$TWINE_PASSWORD" dist/*
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && '$CI_COMMIT_TAG =~ /^v\d{4}\.\d{1,2}\.\d{1,2}$/'
# Always publish tagged commits to main and matching CalVer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment