Skip to content
Snippets Groups Projects
Unverified Commit 3cb5f746 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fix

parent 4dbce7b4
No related branches found
No related tags found
No related merge requests found
Pipeline #61003 failed with stages
in 4 minutes and 33 seconds
......@@ -83,10 +83,6 @@ upload_python311_armv7l:
dependencies:
- build_python311_armv7l
script:
- mkdir dist2
- mv *.whl dist2
- repairwheel dist2/*.whl -o .
- doctor-wheel *.whl
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python3 -m twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*
only:
- tags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment