Skip to content

Commit 7dc70b3

Browse files
author
AutomatedTester
committed
Upload Python Wheels as part of a release
when using ./go py_release a wheel binary will be created using `bdist_wheel` and uploaded.
1 parent 48453b0 commit 7dc70b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rakefile

+1
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ task :py_install => "//py:install"
405405
task :py_release => :py_prep_for_install_release do
406406
sh "grep -v test setup.py > setup_release.py; mv setup_release.py setup.py"
407407
sh "python setup.py sdist upload"
408+
sh "python setup.py bdist_wheel upload"
408409
sh "git checkout setup.py"
409410
end
410411

0 commit comments

Comments
 (0)