Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
qutil
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
qutech
qutil
Merge requests
!137
Revert "Merge branch 'simon/hatch_publish' into 'master'"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Revert "Merge branch 'simon/hatch_publish' into 'master'"
revert-2f7ce272
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Tobias Hangleiter
requested to merge
revert-2f7ce272
into
master
10 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
This reverts merge request
!125 (merged)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
15ca48eb
1 commit,
10 months ago
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
2
−
1
Options
@@ -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