File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ concurrency:
12
12
cancel-in-progress : true
13
13
14
14
env :
15
- UV_FROZEN : 1
15
+ UV_LOCKED : 1
16
16
17
17
jobs :
18
18
lint :
35
35
- name : typos
36
36
uses : crate-ci/typos@master
37
37
38
- - uses : astral-sh/setup-uv@v5
38
+ - uses : astral-sh/setup-uv@v6
39
39
with :
40
- enable-cache : true
40
+ activate-environment : true
41
41
python-version : " 3.13"
42
42
43
43
- name : ruff
64
64
- uses : actions/checkout@v4
65
65
66
66
- name : Install uv
67
- uses : astral-sh/setup-uv@v5
67
+ uses : astral-sh/setup-uv@v6
68
68
with :
69
- enable-cache : true
70
69
python-version : " 3.13"
71
- version : latest
72
70
73
71
- name : Generate Matrix
74
72
id : set-matrix
@@ -90,15 +88,12 @@ jobs:
90
88
- uses : actions/checkout@v4
91
89
92
90
- name : setup uv
93
- uses : astral-sh/setup-uv@v5
91
+ uses : astral-sh/setup-uv@v6
94
92
with :
95
- enable-cache : true
96
93
python-version : ${{ matrix.python }}
97
94
98
95
- name : basedpyright
99
- run : >
100
- uv run --with="numpy==${{ matrix.numpy }}"
101
- basedpyright
96
+ run : uv run --with="numpy==${{ matrix.numpy }}" basedpyright
102
97
103
98
- name : basedmypy
104
99
run : >
Original file line number Diff line number Diff line change 5
5
release :
6
6
types : [created]
7
7
8
+ env :
9
+ UV_LOCKED : 1
10
+
8
11
jobs :
9
12
pypi-publish :
10
13
name : Publish release to PyPI
@@ -17,11 +20,13 @@ jobs:
17
20
id-token : write
18
21
steps :
19
22
- uses : actions/checkout@v4
20
- - name : setup uv
21
- uses : astral-sh/setup-uv@v5
23
+
24
+ - uses : astral-sh/setup-uv@v6
22
25
with :
23
26
python-version : " 3.13"
27
+
24
28
- name : uv build
25
29
run : uv build
30
+
26
31
- name : publish to PyPI
27
32
uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments