Skip to content
GitLab
Explore
Sign in
Register
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
Commits
e518d51c
Commit
e518d51c
authored
2 years ago
by
Georg Krause
Browse files
Options
Downloads
Plain Diff
Merge branch '1-publish-to-pypi' into 'main'
Resolve "Publish to pypi" Closes
#1
See merge request
!2
parents
bd9ddb59
af86dd0b
No related branches found
No related tags found
1 merge request
!2
Resolve "Publish to pypi"
Pipeline
#23829
passed
2 years ago
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+13
-0
13 additions, 0 deletions
.gitlab-ci.yml
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
14 additions
and
1 deletion
.gitlab-ci.yml
+
13
−
0
View file @
e518d51c
...
...
@@ -7,6 +7,8 @@
# See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence
stages
:
-
test
-
publish
sast
:
stage
:
test
include
:
...
...
@@ -26,3 +28,14 @@ pytest:
coverage_report
:
coverage_format
:
cobertura
path
:
coverage.xml
publish
:
stage
:
publish
image
:
python:3.10-alpine
before_script
:
-
apk add poetry
-
poetry install
script
:
-
poetry publish --username __token__ --password $PYPI_TOKEN --build
only
:
-
tags
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
e518d51c
[tool.poetry]
name
=
"funkwhale-api-client"
version
=
"0.1.0"
version
=
"0.1.0
-rc1
"
description
=
"A client library for accessing Funkwhale API"
authors
=
[]
...
...
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