Skip to content
Snippets Groups Projects
Commit 56c37cee authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

rename config files to allow multiple config build of the same package

parent 619e3229
Branches
Tags
No related merge requests found
Pipeline #146261 failed
......@@ -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/*
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment