Gitlab Premium Edition

Skip to content
Snippets Groups Projects
Commit 4384c165 authored by Jakob Schwabauer's avatar Jakob Schwabauer
Browse files

fixes path for setup.cfg

parent 704569f3
Branches
Tags 0.4.16
No related merge requests found
Pipeline #352032 failed
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment