File tree Expand file tree Collapse file tree 4 files changed +460
-476
lines changed Expand file tree Collapse file tree 4 files changed +460
-476
lines changed Original file line number Diff line number Diff line change @@ -19,20 +19,21 @@ jobs:
19
19
strategy :
20
20
matrix :
21
21
python-version :
22
+ - " 3.14"
22
23
- " 3.13"
23
24
- " 3.12"
24
25
- " 3.11"
25
26
- " 3.10"
26
27
- " 3.9"
27
- max-parallel : 3
28
+ max-parallel : 2
28
29
29
30
steps :
30
31
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31
32
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
32
33
with :
33
34
python-version : ${{ matrix.python-version }}
34
35
allow-prereleases : true
35
- - uses : astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3 .1
36
+ - uses : astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6.4 .1
36
37
with :
37
38
version : " >=0.4.0"
38
39
Original file line number Diff line number Diff line change 30
30
name : Packages
31
31
path : dist
32
32
- name : Upload wheel to release
33
- uses : svenstaro/upload-release-action@5e35e583720436a2cc5f9682b6f55657101c1ea1 # 2.11.1
33
+ uses : svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # 2.11.2
34
34
with :
35
35
repo_token : ${{ secrets.GITHUB_TOKEN }}
36
36
file : dist/*.whl
You can’t perform that action at this time.
0 commit comments