Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
finam
Manage
Activity
Members
Labels
Plan
Issues
31
Issue boards
Milestones
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
FINAM
finam
Commits
81173ca2
Commit
81173ca2
authored
2 years ago
by
Martin Lange
Browse files
Options
Downloads
Patches
Plain Diff
add CI job to publish on PyPI
parent
977eb617
No related branches found
No related tags found
1 merge request
!198
PyPI release
Pipeline
#130924
passed with stages
in 3 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+10
-0
10 additions, 0 deletions
.gitlab-ci.yml
with
10 additions
and
0 deletions
.gitlab-ci.yml
+
10
−
0
View file @
81173ca2
...
...
@@ -4,6 +4,7 @@ stages:
-
test
-
build
-
deploy
-
release
check
:
stage
:
test
...
...
@@ -56,3 +57,12 @@ pages:
-
public
only
:
-
main
pypi_release
:
stage
:
release
script
:
-
pip install build twine
-
python -m build
-
python -m twine upload -u __token__ -p ${PYPI_TOKEN} dist/*
only
:
-
tags
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