File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 23
23
timeout-minutes : 2
24
24
25
25
steps :
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@v4.2.2
27
27
28
28
-
uses :
scientific-python/[email protected]
29
29
with :
35
35
- name : typos
36
36
37
37
38
- - uses : astral-sh/setup-uv@v6
38
+ - uses : astral-sh/setup-uv@v6.3.1
39
39
with :
40
40
activate-environment : true
41
41
python-version : " 3.13"
47
47
48
48
# mypy_primer expects pyright to pass
49
49
- name : pyright
50
- uses : jakebailey/pyright-action@v2
50
+ uses : jakebailey/pyright-action@v2.3.2
51
51
52
52
generate-matrix :
53
53
name : Generate Test Matrix
@@ -58,10 +58,10 @@ jobs:
58
58
matrix : ${{ steps.set-matrix.outputs.matrix }}
59
59
60
60
steps :
61
- - uses : actions/checkout@v4
61
+ - uses : actions/checkout@v4.2.2
62
62
63
63
- name : Install uv
64
- uses : astral-sh/setup-uv@v6
64
+ uses : astral-sh/setup-uv@v6.3.1
65
65
with :
66
66
python-version : " 3.13"
67
67
@@ -82,10 +82,10 @@ jobs:
82
82
matrix : ${{ fromJSON(needs.generate-matrix.outputs.matrix) }}
83
83
84
84
steps :
85
- - uses : actions/checkout@v4
85
+ - uses : actions/checkout@v4.2.2
86
86
87
87
- name : setup uv
88
- uses : astral-sh/setup-uv@v6
88
+ uses : astral-sh/setup-uv@v6.3.1
89
89
with :
90
90
python-version : ${{ matrix.python }}
91
91
Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ jobs:
19
19
permissions :
20
20
id-token : write
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v4.2.2
23
23
24
- - uses : astral-sh/setup-uv@v6
24
+ - uses : astral-sh/setup-uv@v6.3.1
25
25
with :
26
26
python-version : " 3.13"
27
27
28
28
- name : uv build
29
29
run : uv build
30
30
31
31
- name : publish to PyPI
32
- uses : pypa/gh-action-pypi-publish@release/v1
32
+ uses : pypa/gh-action-pypi-publish@v1.12.4
You can’t perform that action at this time.
0 commit comments