There was an error while loading. Please reload this page.
1 parent 48453b0 commit 7dc70b3Copy full SHA for 7dc70b3
Rakefile
@@ -405,6 +405,7 @@ task :py_install => "//py:install"
405
task :py_release => :py_prep_for_install_release do
406
sh "grep -v test setup.py > setup_release.py; mv setup_release.py setup.py"
407
sh "python setup.py sdist upload"
408
+ sh "python setup.py bdist_wheel upload"
409
sh "git checkout setup.py"
410
end
411
0 commit comments