File tree 6 files changed +94
-57
lines changed
6 files changed +94
-57
lines changed Original file line number Diff line number Diff line change 5
5
steps :
6
6
- uses : conda-incubator/setup-miniconda@v3
7
7
with :
8
- conda-build-version : " 24.7.1 "
8
+ conda-build-version : " 24.11.2 "
9
9
10
10
- run : conda build --no-anaconda-upload --output-folder dist .
11
11
# See https://github.com/conda-incubator/setup-miniconda/blame/059455a698430d8b68fa317268fa2e3da3492a98/README.md#L609-L610.
Original file line number Diff line number Diff line change @@ -7,19 +7,13 @@ inputs:
7
7
runs :
8
8
using : composite
9
9
steps :
10
- - uses : astral-sh/setup-uv@v2
10
+ - uses : astral-sh/setup-uv@v5
11
11
with :
12
- cache-dependency-glob : " uv.lock"
13
12
# The cache key already contains the OS and the architecture.
14
13
cache-suffix : ${{ inputs.python-version }}
15
14
enable-cache : true
16
- version : " 0.4.16"
17
-
18
- - run : uv python install ${{ inputs.python-version }}
19
- shell : bash
20
-
21
- - run : uv sync --locked
22
- shell : bash
15
+ python-version : ${{ inputs.python-version }}
16
+ version : " 0.5.16"
23
17
24
18
- id : get-java-version
25
19
run : uv run python -c 'from jdk4py import JAVA_VERSION; print(f"""version={".".join(str(number) for number in JAVA_VERSION)}""")' >> "$GITHUB_OUTPUT"
Original file line number Diff line number Diff line change 22
22
python : " 3.11"
23
23
- runner : ubuntu-24.04
24
24
python : " 3.12"
25
+ - runner : ubuntu-24.04
26
+ python : " 3.13"
25
27
fail-fast : false
26
28
steps :
27
29
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2
2
- " 3.10"
3
3
- " 3.11"
4
4
- " 3.12"
5
+ - " 3.13"
Original file line number Diff line number Diff line change @@ -72,4 +72,5 @@ dev-dependencies = [
72
72
" pytest ==7.4.4" ,
73
73
" ruff" ,
74
74
]
75
+ required-version = " >=0.5.16,<0.6"
75
76
trusted-publishing = " always"
You can’t perform that action at this time.
0 commit comments