Skip to content

Commit 7def5f3

Browse files
committed
Add building whl
1 parent 1b6c53f commit 7def5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22
rm -rf dist
3-
python3 setup.py sdist && twine upload dist/*
3+
python3 setup.py sdist bdist_wheel && twine upload dist/*

0 commit comments

Comments
 (0)