Skip to content

Commit 48cc7b4

Browse files
committed
Use pip wheel to build wheel on AppVeyor
1 parent c16783c commit 48cc7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ after_test:
3434
- pip install codecov
3535
- codecov
3636
- del bencoder.c
37-
- python setup.py bdist_wheel
37+
- pip wheel . -w wheelhouse/
3838
- ps: "ls wheelhouse/*"
3939

4040
deploy_script:

0 commit comments

Comments
 (0)