Skip to content

Commit

Permalink
Build universal wheels when releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Jan 17, 2019
1 parent 7176a85 commit b668e1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ def release(c):
c.run("git push --tags")

c.run("python setup.py sdist")
c.run("python setup.py bdist_wheel")
c.run("twine upload -r pypi dist/aiodns-{0}*".format(version))

0 comments on commit b668e1a

Please sign in to comment.