Skip to content

Commit b668e1a

Browse files
committed
Build universal wheels when releasing
1 parent 7176a85 commit b668e1a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ def release(c):
1515
c.run("git push --tags")
1616

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

0 commit comments

Comments
 (0)