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

fix

parent 3cb5f746
No related branches found
Tags v3.1.0
No related merge requests found
Pipeline #61004 passed with stages
in 4 minutes and 46 seconds
...@@ -75,7 +75,7 @@ test_python311: ...@@ -75,7 +75,7 @@ test_python311:
- doctor-wheel *.whl - doctor-wheel *.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
upload_python311_armv7l: upload_python311_armv7l:
image: zoo.smok.co/build/build:latest image: zoo.smok.co/build/build:latest
...@@ -83,7 +83,7 @@ upload_python311_armv7l: ...@@ -83,7 +83,7 @@ upload_python311_armv7l:
dependencies: dependencies:
- build_python311_armv7l - build_python311_armv7l
script: script:
- 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:
......
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