Skip to content
Snippets Groups Projects
Commit bad77ae5 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Specify image on all jobs, enable twine.

parent 48a55c9d
No related branches found
No related tags found
No related merge requests found
......@@ -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/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment