Skip to content
Snippets Groups Projects

Revert "Merge branch 'simon/hatch_publish' into 'master'"

Merged Tobias Hangleiter requested to merge revert-2f7ce272 into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -43,7 +43,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_TAG =~ /^v\d{4}\.\d{1,2}\.\d{1,2}$/'
# Always publish tagged commits matching CalVer
Loading