Skip to content
Snippets Groups Projects
Commit 23a5ab48 authored by Moul's avatar Moul
Browse files

[CI] #97: Trigger PyPi release job only on tag

- Prevents the creation of two jobs: one from the tag and the other from the commit
- Might fix non-working PyPi releases not made from the job with the tag
parent e1e780ef
No related branches found
No related tags found
1 merge request!73#97: CD: Trigger PyPi release job only on tag
Pipeline #6004 passed
...@@ -96,6 +96,8 @@ release: ...@@ -96,6 +96,8 @@ release:
- pip install -r requirements_deploy.txt - pip install -r requirements_deploy.txt
- make build - make build
- make deploy PYPI_LOGIN=${PYPI_LOGIN} PYPI_PASSWORD=${PYPI_PASSWORD} - make deploy PYPI_LOGIN=${PYPI_LOGIN} PYPI_PASSWORD=${PYPI_PASSWORD}
only:
- tags
release_test: release_test:
<<: *pyenv <<: *pyenv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment