Skip to content

Commit

Permalink
[python] Fix release target in rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Mar 21, 2024
1 parent 0310e9f commit 5cc0269
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('build', args, '//py:selenium-release')
Bazel.execute('run', args, '//py:selenium-release')
end

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

0 comments on commit 5cc0269

Please sign in to comment.