adding more deps for pypi deploy

This commit is contained in:
Sumner Evans
2020-01-19 10:08:21 -07:00
parent 9ce4dc5646
commit b8081a6560

View File

@@ -63,7 +63,7 @@ deploy_pypi:
# Only do a deploy if it's a version tag.
- $CI_COMMIT_TAG =~ /^v.*/
before_script:
- apk add gcc
- apk add gcc musl-dev libffi-dev openssl-dev
- pip install twine
- './cicd/create-pypirc.sh'
script: