Skip to content
Snippets Groups Projects
Commit c14f787f authored by Yngve Levinsen's avatar Yngve Levinsen
Browse files

release will not work until an account is given

parent d2f14929
No related branches found
No related tags found
No related merge requests found
Pipeline #20577 passed
...@@ -25,15 +25,15 @@ pages: ...@@ -25,15 +25,15 @@ pages:
only: only:
- master - master
release-pypi: #release-pypi:
tags: # tags:
- docker # - docker
stage: deploy # stage: deploy
image: python:3.7 # image: python:3.7
before_script: # before_script:
- pip install twine # - pip install twine
script: # script:
- python setup.py check sdist bdist_wheel # - python setup.py check sdist bdist_wheel
- twine upload dist/* # - twine upload dist/*
only: # only:
- tags # - tags
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