Skip to content

Commit

Permalink
Fix gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoWinter committed May 28, 2019
1 parent 127efe9 commit 4a5365f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ test3:
<<: *lint
stage: deploy
script:
- pip install twine wheel
- python setup.py sdist bdist_wheel
- twine upload dist/*

Expand Down
1 change: 0 additions & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ pylint==2.3.0 ; python_version>"3"
flake8==3.6.0
pillow
pexpect
twine

0 comments on commit 4a5365f

Please sign in to comment.