Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
namboy94 committed May 12, 2018
2 parents 6b03db8 + d084048 commit 9bca33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pypi_dist:
tags:
- python3
script:
- python3 -m venv virtual && source virtual/bin/activate && pip install twine
- python3 -m venv virtual && source virtual/bin/activate && pip install twine wheel
- echo "$PYPIRC" > ~/.pypirc
- python3 setup.py bdist_wheel sdist
- twine upload dist/*
Expand Down

0 comments on commit 9bca33e

Please sign in to comment.