File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424
2525 - name : π Install uv and set Python version ${{ inputs.python-version }}
26- uses : astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
26+ uses : astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
2727 with :
2828 python-version : ${{ inputs.python-version }}
2929 activate-environment : true
5050 twine check --strict dist/*
5151
5252 - name : π€ Upload distribution artifacts
53- uses : actions/upload-artifact@v6
53+ uses : actions/upload-artifact@v7
5454 with :
5555 name : dist
5656 path : dist/
Original file line number Diff line number Diff line change 2525 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626
2727 - name : π Install uv and set Python
28- uses : astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
28+ uses : astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
2929 with :
3030 python-version : " 3.10"
3131 activate-environment : true
Original file line number Diff line number Diff line change 3636 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3737
3838 - name : π Install uv and set Python version ${{ matrix.python-version }}
39- uses : astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
39+ uses : astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
4040 with :
4141 python-version : ${{ matrix.python-version }}
4242 activate-environment : true
Original file line number Diff line number Diff line change 3131 fetch-depth : 0
3232
3333 - name : π Install uv and set Python
34- uses : astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
34+ uses : astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
3535 with :
3636 python-version : " 3.10"
3737 activate-environment : true
Original file line number Diff line number Diff line change 3434 contents : read # Required for checkout
3535 steps :
3636 - name : π₯ Download distribution artifacts
37- uses : actions/download-artifact@v7
37+ uses : actions/download-artifact@v8
3838 with :
3939 name : dist
4040 path : dist/
Original file line number Diff line number Diff line change 3131 contents : write # Required for checkout and upload assets
3232 steps :
3333 - name : π₯ Download distribution artifacts
34- uses : actions/download-artifact@v7
34+ uses : actions/download-artifact@v8
3535 with :
3636 name : dist
3737 path : dist/
Original file line number Diff line number Diff line change 2929 contents : read # Required for checkout
3030 steps :
3131 - name : π₯ Download distribution artifacts
32- uses : actions/download-artifact@v7
32+ uses : actions/download-artifact@v8
3333 with :
3434 name : dist
3535 path : dist/
You canβt perform that action at this time.
0 commit comments