Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
python-spectrometer
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
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
python-spectrometer
Commits
1de03da4
Commit
1de03da4
authored
2 months ago
by
Tobias Hangleiter
Browse files
Options
Downloads
Plain Diff
Merge branch 'ci/improvements' into 'main'
Resolve "Use hatch for publishing" Closes
#5
See merge request
!64
parents
4f633a18
f5f09205
Branches
Branches containing commit
No related tags found
1 merge request
!64
Resolve "Use hatch for publishing"
Pipeline
#1639088
waiting for manual action
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-2
1 addition, 2 deletions
.gitlab-ci.yml
with
1 addition
and
2 deletions
.gitlab-ci.yml
+
1
−
2
View file @
1de03da4
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment