Skip to content
Snippets Groups Projects
Commit 47eae00e authored by Martin Bergemann's avatar Martin Bergemann :speech_balloon:
Browse files

Use pypi token

parent 21012af7
No related branches found
No related tags found
1 merge request!45Pypi token
Pipeline #20659 passed
......@@ -46,10 +46,9 @@ release_job:
- chmod +x /usr/local/bin/release-cli
script:
- python setup.py sdist bdist_wheel
- TWINE_PASSWORD=${CI_JOB_TOKEN}
TWINE_USERNAME=gitlab-ci-token
python -m twine upload --skip-existing --verbose --repository-url
${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*
- TWINE_PASSWORD=${PIPY_TOKEN}
TWINE_USERNAME=__token__
python -m twine upload --skip-existing --verbose dist/*
release:
tag_name: '$CI_COMMIT_TAG'
description: '$CI_COMMIT_TAG'
__version__ = "2207.0.3"
__version__ = "2207.0.4"
AVAILABLE_PYTHON_VERSIONS = ["3.7", "3.8", "3.9", "3.10"]
AVAILABLE_CONDA_ARCHS = [
"Linux-x86_64",
......
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