Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
lscsoft
bilby
Commits
e30efd4f
Commit
e30efd4f
authored
Feb 17, 2020
by
Gregory Ashton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve "Automate pypi release"
parent
645ef482
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
.gitlab-ci.yml
.gitlab-ci.yml
+14
-0
No files found.
.gitlab-ci.yml
View file @
e30efd4f
...
...
@@ -104,3 +104,17 @@ pages:
expire_in
:
30 days
only
:
-
master
deploy_release
:
stage
:
deploy
image
:
bilbydev/v2-dockerfile-test-suite-python37
variables
:
TWINE_USERNAME
:
$PYPI_USERNAME
TWINE_PASSWORD
:
$PYPI_PASSWORD
before_script
:
-
pip install twine
-
python setup.py sdist
script
:
-
twine upload dist/*
only
:
-
tags
Write
Preview
Markdown
is supported
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