We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 901ac2c commit 119cae4Copy full SHA for 119cae4
Rakefile
@@ -360,10 +360,7 @@ task :py_docs => "//py:docs"
360
task :py_install => "//py:install"
361
362
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"
+ sh "python setup.py sdist bdist_wheel upload"
367
end
368
369
file "cpp/iedriver/sizzle.h" => [ "//third_party/js/sizzle:sizzle:header" ] do
0 commit comments