Skip to content
Snippets Groups Projects
Commit d8f79255 authored by Bryan Brancotte's avatar Bryan Brancotte
Browse files

do not publish release

parent 7046c8d8
No related branches found
No related tags found
1 merge request!1Build package
Pipeline #13110 passed with stage
in 46 seconds
...@@ -17,7 +17,3 @@ upload: ...@@ -17,7 +17,3 @@ upload:
- sed -i "s/v0.0.1-dev/$CI_COMMIT_TAG/g" src/__init__.py - sed -i "s/v0.0.1-dev/$CI_COMMIT_TAG/g" src/__init__.py
- python -m build - python -m build
- python -m twine upload --verbose --repository-url ${PRIVATE_REGISTRY_API_URL} dist/* - python -m twine upload --verbose --repository-url ${PRIVATE_REGISTRY_API_URL} dist/*
release:
tag_name: $CI_COMMIT_TAG
name: 'Release $CI_COMMIT_TAG'
description: 'Release created using the release-cli.'
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