Skip to content

Commit

Permalink
Upload Python Wheels as part of a release
Browse files Browse the repository at this point in the history
when using ./go py_release a wheel binary will be created
using `bdist_wheel` and uploaded.
  • Loading branch information
AutomatedTester committed Aug 10, 2015
1 parent 48453b0 commit 7dc70b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ task :py_install => "//py:install"
task :py_release => :py_prep_for_install_release do
sh "grep -v test setup.py > setup_release.py; mv setup_release.py setup.py"
sh "python setup.py sdist upload"
sh "python setup.py bdist_wheel upload"
sh "git checkout setup.py"
end

Expand Down

0 comments on commit 7dc70b3

Please sign in to comment.