Skip to content

Commit 1943a24

Browse files
author
Arjan Zijderveld
committed
Updated gitlab config file
1 parent da30bc3 commit 1943a24

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: python:3.6-alpine
1+
image: python:3.6
22

33
stages:
44
- test
@@ -16,10 +16,8 @@ deploy_pypi:
1616
TWINE_USERNAME: $TWINE_USERNAME
1717
TWINE_PASSWORD: $TWINE_PASSWORD
1818
script:
19-
- apk add --no-cache --virtual .build-deps gcc musl-dev \
20-
&& pip install twine \
21-
&& apk del .build-deps gcc musl-dev
19+
- pip install -U twine
2220
- python setup.py sdist bdist_wheel
23-
- python -m twine upload dist/*
21+
- twine upload dist/*
2422
only:
2523
- tags

0 commit comments

Comments
 (0)