Skip to content
Snippets Groups Projects
Commit eb9ff3a4 authored by nimrod's avatar nimrod
Browse files

Tweak GitLab CI.

parent 78e41fcc
No related branches found
No related tags found
No related merge requests found
Pipeline #269 passed
...@@ -19,8 +19,8 @@ upload: ...@@ -19,8 +19,8 @@ upload:
image: python:3.6 image: python:3.6
before_script: before_script:
- pip install twine - pip install twine
script:
- mv "$pypirc" $HOME/.pypirc - mv "$pypirc" $HOME/.pypirc
script:
- python setup.py bdist_wheel - python setup.py bdist_wheel
- twine upload dist/* - twine upload dist/*
variables: *variables variables: *variables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment