File tree Expand file tree Collapse file tree 5 files changed +10
-48
lines changed Expand file tree Collapse file tree 5 files changed +10
-48
lines changed Original file line number Diff line number Diff line change 2727 mkdir foobar
2828 echo "VERSION = '1.0a1'" > foobar/version.py
2929
30- - run : check-python-version.py
30+ - run : ./ check-python-version.py
3131 env :
3232 # we can't use GITHUB_REF, so we use the backup var name
3333 INPUT_TEST_GITHUB_REF : refs/tags/v1.0.0a1
3939 - run : grep -q 'VERSION=1.0a1' output1.txt
4040
4141 - run : echo "VERSION = '1.1.1'" > foobar/version.py
42- - run : check-python-version.py
42+ - run : ./ check-python-version.py
4343 env :
4444 INPUT_SKIP_ENV_CHECK : true
4545 INPUT_VERSION_FILE_PATH : foobar/version.py
Original file line number Diff line number Diff line change 44* .py [cod ]
55/foobar /
66.python-version
7+ pyproject.toml
Original file line number Diff line number Diff line change 1- #!/usr/bin/env uv run
1+ #!/usr/bin/env -S uv run --script
2+ # /// script
3+ # requires-python = ">=3.10"
4+ # dependencies = [
5+ # "packaging==25.0",
6+ # ]
7+ # ///
28import os
39import re
410import sys
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments