Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
Udkm1Dsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ag-salinga
Udkm1Dsim
Merge requests
!1
CI build of package and upload to registry
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CI build of package and upload to registry
test
into
sebastian
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Nils Holle
requested to merge
test
into
sebastian
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
sebastian
sebastian (base)
and
latest version
latest version
80b4578c
1 commit,
1 year ago
1 file
+
7
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
0 → 100644
+
7
−
0
Options
image
:
python:latest
run
:
script
:
-
pip install build twine
-
python -m build
-
TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python -m twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*
Loading