Skip to content
Snippets Groups Projects
Commit 8215b09c authored by Loïc Musy's avatar Loïc Musy
Browse files

Update .gitlab-ci.yml file

parent 76c45131
No related branches found
No related tags found
No related merge requests found
stages:
- deploy
before_script:
- pip install twine
- python setup.py sdist
deploy_production:
stage: deploy
variables:
TWINE_USERNAME: $PRODUCTION_USERNAME
TWINE_PASSWORD: $PRODUCTION_PASSWORD
script:
- twine upload dist/* --verbose
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment