We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9baf4b + a8b5e51 commit 8bb3e84Copy full SHA for 8bb3e84
1 file changed
.gitlab-ci.yml
@@ -48,6 +48,7 @@ deploy-package:
48
script:
49
- *set_version
50
- echo -e "$PYPI" > ~/.pypirc
51
+ - apk add --no-cache gcc musl-dev libffi-dev openssl-dev
52
- pip install twine
53
- twine upload dist/* -r pypi
54
only:
0 commit comments