Commit c2f80934 authored by Daniel Cosmo Pizetta's avatar Daniel Cosmo Pizetta
Browse files

FIX: gitlab-ci

parent 19c02c1c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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/*