Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -102,7 +102,7 @@ py36-test: py36-release: stage: release image: python:3.6 script script: - pip install twine - python setup.py sdist bdist_wheel - twine check dist/* Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -102,7 +102,7 @@ py36-test: py36-release: stage: release image: python:3.6 script script: - pip install twine - python setup.py sdist bdist_wheel - twine check dist/* Loading