File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212 strategy :
1313 fail-fast : false
1414 matrix :
15- platform : [ubuntu-latest, macos-12, windows-2019 ]
16- python-version : ["3.9 ", "3.11 "]
15+ platform : [ubuntu-latest]
16+ python-version : ["3.10 ", "3.13 "]
1717
1818 runs-on : ${{ matrix.platform }}
1919
2626 - uses : actions/checkout@v4
2727
2828 - name : Get conda
29- uses : conda-incubator/setup-miniconda@v3.1.0
29+ uses : conda-incubator/setup-miniconda@v3.1.1
3030 with :
3131 python-version : ${{ matrix.python-version }}
3232 channels : conda-forge
Original file line number Diff line number Diff line change 2424 with :
2525 python-version : " 3.12"
2626
27- - uses : pypa/cibuildwheel@v2.22
27+ - uses : pypa/cibuildwheel@v2.23
2828 env :
2929 CIBW_PLATFORM : pyodide
3030
Original file line number Diff line number Diff line change 5151 with :
5252 submodules : true
5353
54- - uses : astral-sh/setup-uv@v4
54+ - uses : astral-sh/setup-uv@v5
5555
56- - uses : pypa/cibuildwheel@v2.22
56+ - uses : pypa/cibuildwheel@v2.23
5757 env :
5858 CIBW_ENABLE : cpython-prerelease
5959 CIBW_ARCHS_WINDOWS : auto ARM64
9090 path : dist
9191
9292 - name : Generate artifact attestation for sdist and wheels
93- uses : actions/attest-build-provenance@v1
93+ uses : actions/attest-build-provenance@v2
9494 with :
9595 subject-path : " dist/*"
9696
You can’t perform that action at this time.
0 commit comments