Skip to content

Commit 163124a

Browse files
committed
Minor fixes
1 parent d0580a3 commit 163124a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ clean-pip-package:
5050
rm -rf dist build *egg-info
5151

5252
build-pip-package: clean-pip-package
53-
python setup.py sdist bdist_wheel
53+
python setup.py sdist
5454

5555
upload-pip-package: build-pip-package
5656
twine upload --repository pypi dist/*

0 commit comments

Comments
 (0)