Commit eb9ff3a4 authored by nimrod's avatar nimrod
Browse files

Tweak GitLab CI.

parent 78e41fcc
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,8 +19,8 @@ upload:
  image: python:3.6
  before_script:
    - pip install twine
  script:
    - mv "$pypirc" $HOME/.pypirc
  script:
    - python setup.py bdist_wheel
    - twine upload dist/*
  variables: *variables