Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
python-ldapserver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
uffd
python-ldapserver
Commits
578444e6
Commit
578444e6
authored
Jul 23, 2021
by
Julian Rother
Browse files
Options
Downloads
Patches
Plain Diff
Added pypi upload to .gitlab-ci.yml and updated description
parent
94c779b7
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#7011
failed
Jul 23, 2021
Stage: test
Stage: deploy
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-1
2 additions, 1 deletion
.gitlab-ci.yml
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
3 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
1
View file @
578444e6
...
...
@@ -52,7 +52,8 @@ publish-pip:
script
:
-
pip install build twine
-
PACKAGE_VERSION="${CI_COMMIT_TAG#v}" python -m build
-
python -m twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*
-
TWINE_USERNAME="${GITLABPKGS_USERNAME}" TWINE_PASSWORD=="${GITLABPKGS_PASSWORD}" python -m twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*
-
TWINE_USERNAME="${PYPI_USERNAME}" TWINE_PASSWORD=="${PYPI_PASSWORD}" python -m twine upload dist/*
rules
:
-
if
:
'
$CI_COMMIT_TAG
=~
/v[0-9]+[.][0-9]+[.][0-9]+.*/'
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
578444e6
...
...
@@ -9,7 +9,7 @@ setuptools.setup(
version
=
os
.
environ
.
get
(
'
PACKAGE_VERSION
'
,
'
local
'
),
author
=
'
Julian Rother
'
,
author_email
=
'
python-ldapserver@jrother.eu
'
,
description
=
'
L
DAP server request handler
'
,
description
=
'
L
ibrary to implement special-purpose LDAP servers
'
,
long_description
=
long_description
,
long_description_content_type
=
'
text/markdown
'
,
url
=
'
https://git.cccv.de/uffd/python-ldapserver
'
,
...
...
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