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 66c35f1 commit 32eb344Copy full SHA for 32eb344
Makefile
@@ -51,7 +51,7 @@ sdist: clean compile test sdist-libuv
51
52
53
release: clean compile test sdist-libuv
54
- python setup.py sdist upload
+ python setup.py sdist bdist_wheel upload
55
56
57
# Script to patch Cython 'async def' coroutines to have a 'tp_iter' slot,
0 commit comments