Installing gcc is necessary I for PyPi deploy I guess

This commit is contained in:
Sumner Evans
2020-01-19 09:38:13 -07:00
parent 35ccb18ca9
commit 9ce4dc5646
2 changed files with 21 additions and 1 deletions

View File

@@ -63,7 +63,8 @@ deploy_pypi:
# Only do a deploy if it's a version tag.
- $CI_COMMIT_TAG =~ /^v.*/
before_script:
- 'pip install twine'
- apk add gcc
- pip install twine
- './cicd/create-pypirc.sh'
script:
# Upload to the test PyPi instance, then upload to the real one.