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

bump

parent 5fe566c3
No related branches found
No related tags found
No related merge requests found
Pipeline #61005 passed with stages
in 5 minutes
...@@ -59,7 +59,7 @@ test_python311: ...@@ -59,7 +59,7 @@ test_python311:
- "*.whl" - "*.whl"
after_script: after_script:
- pip install twine - pip install twine
- 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/* - 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
except: except:
...@@ -93,6 +93,7 @@ build_python311_armv7l: ...@@ -93,6 +93,7 @@ build_python311_armv7l:
upload_to_twine_python311_armv7l: upload_to_twine_python311_armv7l:
image: zoo.smok.co/build/build:latest
stage: deploy stage: deploy
dependencies: dependencies:
- build_python311_armv7l - build_python311_armv7l
......
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