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

bump

parent dea94bd8
No related branches found
No related tags found
No related merge requests found
Pipeline #61002 failed with stages
in 5 minutes and 5 seconds
...@@ -94,14 +94,9 @@ build_python311_armv7l: ...@@ -94,14 +94,9 @@ build_python311_armv7l:
upload_to_twine_python311_armv7l: upload_to_twine_python311_armv7l:
stage: deploy stage: deploy
image: zoo.smok.co/build/build:latest
dependencies: dependencies:
- build_python311_armv7l - build_python311_armv7l
script: 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 *.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 *.whl
only: only:
- tags - 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