Skip to content

Commit

Permalink
disable binary dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Kautenja committed Dec 17, 2019
1 parent 97f0326 commit 99016ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ clean: clean_dist clean_python_build clean_cpp_build

# build the deployment package
deployment: clean
${PYTHON} setup.py sdist bdist_wheel
${PYTHON} setup.py sdist #bdist_wheel

# ship the deployment package to PyPi
ship: test deployment
Expand Down

0 comments on commit 99016ff

Please sign in to comment.