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

uncommented release to pypi

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