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
FSL
fslpy
Commits
bad77ae5
Commit
bad77ae5
authored
Jun 07, 2017
by
Paul McCarthy
🚵
Browse files
Specify image on all jobs, enable twine.
parent
48a55c9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
bad77ae5
...
...
@@ -344,6 +344,7 @@ deploy-doc:
<<
:
*setup_ssh
stage
:
deploy
when
:
manual
image
:
python:3.5
tags
:
-
docker
...
...
@@ -370,5 +371,4 @@ deploy-pypi:
script
:
-
pip install setuptools wheel twine
-
ls dist/*
-
echo "twine upload dist/*"
-
twine upload dist/*
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