We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7176a85 commit b668e1aCopy full SHA for b668e1a
1 file changed
tasks.py
@@ -15,5 +15,6 @@ def release(c):
15
c.run("git push --tags")
16
17
c.run("python setup.py sdist")
18
+ c.run("python setup.py bdist_wheel")
19
c.run("twine upload -r pypi dist/aiodns-{0}*".format(version))
20
0 commit comments