Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
django-basetheme-bootstrap
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bryan BRANCOTTE
django-basetheme-bootstrap
Commits
56c37cee
Commit
56c37cee
authored
7 months ago
by
Bryan BRANCOTTE
Browse files
Options
Downloads
Patches
Plain Diff
rename config files to allow multiple config build of the same package
parent
619e3229
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#146261
failed
7 months ago
Stage: test
Stage: deploy
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+9
-1
9 additions, 1 deletion
.gitlab-ci.yml
MANIFEST.full.in
+0
-0
0 additions, 0 deletions
MANIFEST.full.in
setup.full.cfg
+0
-0
0 additions, 0 deletions
setup.full.cfg
with
9 additions
and
1 deletion
.gitlab-ci.yml
+
9
−
1
View file @
56c37cee
...
...
@@ -25,5 +25,13 @@ upload:
-
master
script
:
-
pip install "setuptools>=62.6" twine build
-
python -m build --sdist
-
>
strings=(
"full"
)
for key in "${strings[@]}"; do
cp setup.${key}.cfg setup.cfg
cp MANIFEST.${key}.in MANIFEST.in
python -m build --sdist
done
-
TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python -m twine upload --verbose --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*
This diff is collapsed.
Click to expand it.
MANIFEST.in
→
MANIFEST.
full.
in
+
0
−
0
View file @
56c37cee
File moved
This diff is collapsed.
Click to expand it.
setup.cfg
→
setup.
full.
cfg
+
0
−
0
View file @
56c37cee
File moved
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