Skip to content

Commit 119cae4

Browse files
committed
[py] Fix py_release target
1 parent 901ac2c commit 119cae4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Rakefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -360,10 +360,7 @@ task :py_docs => "//py:docs"
360360
task :py_install => "//py:install"
361361

362362
task :py_release => :py_prep_for_install_release do
363-
sh "grep -v test setup.py > setup_release.py; mv setup_release.py setup.py"
364-
sh "python setup.py sdist upload"
365-
sh "python setup.py bdist_wheel upload"
366-
sh "git checkout setup.py"
363+
sh "python setup.py sdist bdist_wheel upload"
367364
end
368365

369366
file "cpp/iedriver/sizzle.h" => [ "//third_party/js/sizzle:sizzle:header" ] do

0 commit comments

Comments
 (0)