Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Paruch Group
Hystorian
Commits
c8d54632
Commit
c8d54632
authored
Sep 07, 2021
by
Loïc Musy
Browse files
Updating .yml
Signed-off-by:
Loic.Musy1
<
loic.musy@unige.ch
>
parent
088c64da
Pipeline
#29834
failed with stage
in 1 minute and 9 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c8d54632
deploy_staging
:
stage
:
deploy
variabl
es
:
TWINE_USERNAME
:
$STAGING_USERNAME
TWINE_PASSWORD
:
$STAGING_PASSWORD
script
:
-
twine upload --repository testpypi dist/* --verbose
except
:
-
tags
image
:
python:3.9.2-buster
stag
es
:
-
deploy_stage
-
deploy_prod
before_script
:
-
pip install twine
-
python setup.py sdist
deploy_production
:
stage
:
deploy
stage
:
deploy
_prod
variables
:
TWINE_USERNAME
:
__token__
TWINE_PASSWORD
:
$PRODUCTION_PASSWORD
script
:
-
twine upload --repository-url https://upload.pypi.org/legacy/ dist/* --verbose
only
:
-
tags
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment