Gitlab Premium Edition
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
django-upload-tools-development
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gfbio
django-upload-tools-development
Commits
4384c165
Commit
4384c165
authored
4 weeks ago
by
Jakob Schwabauer
Browse files
Options
Downloads
Patches
Plain Diff
fixes path for setup.cfg
parent
704569f3
Branches
Branches containing commit
Tags
0.4.16
Tags containing commit
No related merge requests found
Pipeline
#352032
failed
4 weeks ago
Stage: build_and_publish_package
Stage: update_library_staging
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
with
1 addition
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
4384c165
...
...
@@ -103,7 +103,7 @@ build and publish package:
-
cp -r django_upload_tools_development/dt_upload build_folder/dt_upload
-
cd build_folder
-
sed -i 's/django_upload_tools_development\.dt_upload/dt_upload/g' dt_upload/apps.py
-
sed -i "s/REPLACE_WITH_VERSION_NUMBER/${CI_COMMIT_TAG}/" setup.cfg
-
sed -i "s/REPLACE_WITH_VERSION_NUMBER/${CI_COMMIT_TAG}/"
django_upload_tools/
setup.cfg
-
python -m build
-
python -m twine upload --repository-url "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi" dist/*
after_script
:
...
...
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