Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
api-client-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
funkwhale
api-client-python
Merge requests
!2
Resolve "Publish to pypi"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Publish to pypi"
1-publish-to-pypi
into
main
Overview
0
Commits
4
Pipelines
5
Changes
1
Merged
Georg Krause
requested to merge
1-publish-to-pypi
into
main
3 years ago
Overview
0
Commits
4
Pipelines
5
Changes
1
Expand
Closes
#1 (closed)
Edited
3 years ago
by
Georg Krause
0
0
Merge request reports
Viewing commit
b275575c
Prev
Next
Show latest version
1 file
+
2
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
b275575c
ci(deploy): Provide PyPi credentials
· b275575c
Georg Krause
authored
3 years ago
.gitlab-ci.yml
+
2
−
1
Options
@@ -30,9 +30,10 @@ pytest:
@@ -30,9 +30,10 @@ pytest:
path
:
coverage.xml
path
:
coverage.xml
publish
:
publish
:
stage
:
publish
image
:
python:3.10-alpine
image
:
python:3.10-alpine
before_script
:
before_script
:
-
apk add poetry
-
apk add poetry
-
poetry install
-
poetry install
script
:
script
:
-
poetry publish --build
-
poetry publish
--username __token__ --password $PYPI_TOKEN
--build
Loading