File tree 2 files changed +4
-3
lines changed
2 files changed +4
-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@v2.2.3
52
+ uses : actions/attest-build-provenance@v2.3.0
53
53
with :
54
54
subject-path : " dist/*"
55
55
Original file line number Diff line number Diff line change 22
22
- uses : actions/checkout@v4
23
23
with :
24
24
fetch-depth : 0
25
- - uses : astral-sh/setup-uv@v5
25
+ - uses : astral-sh/setup-uv@v6
26
26
-
uses :
pre-commit/[email protected]
27
27
with :
28
28
extra_args : --hook-stage manual --all-files
53
53
run : sudo apt-get update && sudo apt-get install -y libopenblas-dev
54
54
55
55
- name : Install uv and set the python version
56
- uses : astral-sh/setup-uv@v5
56
+ uses : astral-sh/setup-uv@v6
57
57
with :
58
58
python-version : ${{ matrix.python-version }}
59
+ activate-environment : true
59
60
60
61
- name : Install dependencies with uv
61
62
run : uv pip install .[test]
You can’t perform that action at this time.
0 commit comments