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

Merge branch 'ci/improvements' into 'main'

Resolve "Use hatch for publishing"

Closes #5

See merge request !64
parents 4f633a18 f5f09205
Branches
No related tags found
1 merge request!64Resolve "Use hatch for publishing"
Pipeline #1639088 waiting for manual action
......@@ -140,8 +140,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 =~ $CALVER_REGEX'
# 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