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

2.26.7

parent 9645152c
No related branches found
No related tags found
No related merge requests found
Pipeline #64750 passed with stages
in 5 minutes and 9 seconds
stages: stages:
- test - test
- build - build
- deploy
pages: pages:
image: zoo.smok.co/build/build:latest image: zoo.smok.co/build/build:latest
...@@ -69,10 +70,21 @@ build_python: ...@@ -69,10 +70,21 @@ build_python:
artifacts: artifacts:
paths: paths:
- "*.whl" - "*.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: only:
- tags - tags
except: except:
- branches - 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