Skip to content
Snippets Groups Projects
Verified Commit b471d30f authored by Duncan Macleod's avatar Duncan Macleod :flag_scotland:
Browse files

ci: comment out pypi deploy

we don't need this package on pypi
parent 9ee02a3d
No related branches found
No related tags found
1 merge request!4Comment out pypi deploy in gitlab CI
......@@ -90,15 +90,17 @@ build:debian:stretch:
# -- deploy -----------------
deploy:
stage: deploy
image: python
script:
- python -m pip install twine
- twine upload dist/ligo-common*.tar.gz dist/ligo-common*.whl
dependencies:
- build:pypi
only:
- /^ligo-common-\d+\.\d+\.\d+([abc]\d*)?$/
except:
- branches
# this is included purely as an example,
# this project doesn't need to be uploaded to pypi
#deploy:
# stage: deploy
# image: python
# script:
# - python -m pip install twine
# - twine upload dist/ligo-common*.tar.gz dist/ligo-common*.whl
# dependencies:
# - build:pypi
# only:
# - /^ligo-common-\d+\.\d+\.\d+([abc]\d*)?$/
# except:
# - branches
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