File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
path : dist
50
50
51
51
- name : Generate artifact attestation for sdist and wheel
52
- uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1 .0
52
+ uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2 .0
53
53
with :
54
54
subject-path : " dist/f2py*"
55
55
Original file line number Diff line number Diff line change 27
27
- uses : actions/setup-python@v5
28
28
with :
29
29
python-version : " 3.x"
30
- - uses : astral-sh/setup-uv@v4
30
+ - uses : astral-sh/setup-uv@v5
31
31
-
uses :
pre-commit/[email protected]
32
32
with :
33
33
extra_args : --hook-stage manual --all-files
57
57
python-version : ${{ matrix.python-version }}
58
58
allow-prereleases : true
59
59
60
- - uses : astral-sh/setup-uv@v4
60
+ - uses : astral-sh/setup-uv@v5
61
61
62
62
- name : Install gfortran
63
63
if : runner.os == 'macOS'
You can’t perform that action at this time.
0 commit comments