Skip to content

Commit

Permalink
[build] Target needs build not run
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Feb 19, 2024
1 parent 428422b commit ec12c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ namespace :py do
desc 'Release Python wheel and sdist to pypi'
task :release, [:args] do |_task, arguments|
args = Array(arguments[:args]) || ['--stamp']
Bazel.execute('run', args, '//py:selenium-release')
Bazel.execute('build', args, '//py:selenium-release')
end

desc 'generate and copy files required for local development'
Expand Down

0 comments on commit ec12c65

Please sign in to comment.