This is an automated email from the ASF dual-hosted git repository. gstein pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/steve.git
commit b62561d0b896534a8618d52cdda7f310b589175a Author: Greg Stein <[email protected]> AuthorDate: Fri Feb 27 08:49:44 2026 -0600 switch shebang to "uv run" --- v3/server/bin/create-election.py | 2 +- v3/server/bin/mail-voters.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v3/server/bin/create-election.py b/v3/server/bin/create-election.py index b9c7497..edf2e0c 100755 --- a/v3/server/bin/create-election.py +++ b/v3/server/bin/create-election.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env -S uv run --script # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/v3/server/bin/mail-voters.py b/v3/server/bin/mail-voters.py old mode 100644 new mode 100755 index 78d0b60..b1a2ed2 --- a/v3/server/bin/mail-voters.py +++ b/v3/server/bin/mail-voters.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env -S uv run --script # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file
