Skip to content

Commit 32eb344

Browse files
committed
make: Update 'release' target to do bdist_wheel upload
1 parent 66c35f1 commit 32eb344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ sdist: clean compile test sdist-libuv
5151

5252

5353
release: clean compile test sdist-libuv
54-
python setup.py sdist upload
54+
python setup.py sdist bdist_wheel upload
5555

5656

5757
# Script to patch Cython 'async def' coroutines to have a 'tp_iter' slot,

0 commit comments

Comments
 (0)