File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 33
33
with :
34
34
python-version : " 3.12"
35
35
- uses : tlambert03/setup-qt-libs@v1
36
- - uses : astral-sh/setup-uv@v4
36
+ - uses : astral-sh/setup-uv@v5
37
37
- run : uv pip install --system nox
38
38
- run : nox -s cov
39
39
- uses : AndreMiras/coveralls-python-action@develop
Original file line number Diff line number Diff line change 32
32
with :
33
33
python-version : " 3.11"
34
34
- run : sudo apt-get install pandoc
35
- - uses : astral-sh/setup-uv@v4
35
+ - uses : astral-sh/setup-uv@v5
36
36
- run : uv pip install --system nox
37
37
- run : nox -s doc
38
38
- uses : actions/upload-pages-artifact@v3
Original file line number Diff line number Diff line change 61
61
- if : ${{ matrix.arch == 'aarch64' }}
62
62
uses : docker/setup-qemu-action@v3
63
63
64
- - uses : astral-sh/setup-uv@v4
64
+ - uses : astral-sh/setup-uv@v5
65
65
66
- - uses : pypa/cibuildwheel@v2.22
66
+ - uses : pypa/cibuildwheel@v2.23
67
67
env :
68
68
CIBW_BUILD : ${{ matrix.py }}-*
69
69
CIBW_ARCHS : ${{ matrix.arch }}
@@ -114,7 +114,7 @@ jobs:
114
114
path : dist
115
115
116
116
- name : Generate artifact attestation for sdist and wheels
117
- uses : actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
117
+ uses : actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
118
118
with :
119
119
subject-path : " dist/iminuit-*"
120
120
Original file line number Diff line number Diff line change 42
42
key : ${{ github.job }}-${{ matrix.os }}-${{ matrix.python-version }}
43
43
- uses : rui314/setup-mold@v1
44
44
if : runner.os == 'Linux'
45
- - uses : astral-sh/setup-uv@v4
45
+ - uses : astral-sh/setup-uv@v5
46
46
- uses : actions/setup-python@v5
47
47
with :
48
48
python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments