Skip to content

Commit

Permalink
Merge pull request #12 from nkoshell/master
Browse files Browse the repository at this point in the history
@mackeyja92 thanks for the change! My bad that the aio module was not included in the release.
  • Loading branch information
Peter Slump committed Dec 10, 2018
2 parents 77648c9 + 0047589 commit da9ac70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ bump-minor:
bumpversion minor

deploy-pypi: clear
python setup.py sdist bdist_wheel
python3 -c "import sys; sys.version_info >= (3, 5, 3) or sys.stdout.write('Python version must be greatest then 3.5.2\n') or exit(1)"
python3 setup.py sdist bdist_wheel
twine upload dist/*

clear:
Expand Down

0 comments on commit da9ac70

Please sign in to comment.