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: ...@@ -344,6 +344,7 @@ deploy-doc:
<<: *setup_ssh <<: *setup_ssh
stage: deploy stage: deploy
when: manual when: manual
image: python:3.5
tags: tags:
- docker - docker
...@@ -370,5 +371,4 @@ deploy-pypi: ...@@ -370,5 +371,4 @@ deploy-pypi:
script: script:
- pip install setuptools wheel twine - pip install setuptools wheel twine
- ls dist/* - twine upload dist/*
- echo "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