Skip to content
Snippets Groups Projects
Verified Commit e6f8a571 authored by Lars Bilke's avatar Lars Bilke
Browse files

Fix publish job.

parent f2b5c07e
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ publish: ...@@ -30,7 +30,7 @@ publish:
tags: ['docker-shell'] tags: ['docker-shell']
stage: deploy stage: deploy
rules: rules:
- if: '$CI_COMMIT_TAG != ""' - if: '$CI_COMMIT_TAG != null'
script: script:
- pip install twine - pip install twine
- python setup.py sdist - python setup.py sdist
......
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