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
611a1854
Commit
611a1854
authored
Sep 07, 2021
by
Loïc Musy
Browse files
Merge remote-tracking branch 'origin/master'
parents
60eb62b4
f21988cf
Pipeline
#29829
failed with stage
in 1 minute and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
611a1854
...
...
@@ -8,16 +8,6 @@ before_script:
-
pip install twine
-
python setup.py sdist
deploy_staging
:
stage
:
deploy_stage
variables
:
TWINE_USERNAME
:
$STAGING_USERNAME
TWINE_PASSWORD
:
$STAGING_PASSWORD
script
:
-
twine upload --repository testpypi dist/* --verbose
except
:
-
tags
deploy_production
:
stage
:
deploy_prod
variables
:
...
...
@@ -25,5 +15,3 @@ deploy_production:
TWINE_PASSWORD
:
$PRODUCTION_PASSWORD
script
:
-
twine upload --repository-url https://upload.pypi.org/legacy/ dist/* --verbose
only
:
-
tags
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