File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5252 - name : Install Astral UV
5353 uses : astral-sh/setup-uv@v6
5454 with :
55- version : " 0.8.16 "
55+ version : " 0.8.22 "
5656
5757 - name : Run Cleanup
5858 env :
Original file line number Diff line number Diff line change 7070 - name : Install Astral UV and enable the cache
7171 uses : astral-sh/setup-uv@v6
7272 with :
73- version : " 0.8.16 "
73+ version : " 0.8.22 "
7474 python-version : 3.9
7575 enable-cache : true
7676 cache-suffix : -${{ github.workflow }}
Original file line number Diff line number Diff line change 5858 - name : Install Astral UV
5959 uses : astral-sh/setup-uv@v6
6060 with :
61- version : " 0.8.16 "
61+ version : " 0.8.22 "
6262 python-version : 3.11
6363
6464 - name : Build sdist
Original file line number Diff line number Diff line change @@ -84,13 +84,13 @@ jobs:
8484 # Install Astral UV, which will be used as build-frontend for cibuildwheel
8585 - uses : astral-sh/setup-uv@v6
8686 with :
87- version : " 0.8.16 "
87+ version : " 0.8.22 "
8888 enable-cache : false
8989 cache-suffix : -${{ matrix.python }}-${{ matrix.platform.cibw_system }}_${{ matrix.platform.arch }}
9090 python-version : ${{ matrix.python }}
9191
9292 - name : Build${{ inputs.testsuite != 'none' && ' and test ' || ' ' }}wheels
93- uses : pypa/cibuildwheel@v3.1
93+ uses : pypa/cibuildwheel@v3.2
9494 env :
9595 CIBW_ARCHS : ${{ matrix.platform.arch == 'amd64' && 'AMD64' || matrix.platform.arch }}
9696 CIBW_BUILD : ${{ matrix.python }}-${{ matrix.platform.cibw_system }}_${{ matrix.platform.arch }}
You can’t perform that action at this time.
0 commit comments