Skip to content
Snippets Groups Projects
Commit 6c5ed444 authored by jmaslanka's avatar jmaslanka 👾
Browse files

2.26.7

parent 9645152c
Branches develop
Tags 2.26.7
No related merge requests found
Pipeline #64750 passed with stages
in 5 minutes and 9 seconds
stages:
- test
- build
- deploy
pages:
image: zoo.smok.co/build/build:latest
......@@ -69,10 +70,21 @@ build_python:
artifacts:
paths:
- "*.whl"
after_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 *.whl
only:
- tags
except:
- branches
deploy_package:
stage: deploy
before_script:
- pip install --break-system-package --upgrade twine
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 *.whl
dependencies:
- build_python
only:
- tags
except:
- branches
__version__ = '2.26.7a1'
__version__ = '2.26.7'
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