File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@v6
17- - uses : actions/setup-python@v5
17+ - uses : actions/setup-python@v6
1818
1919 - name : Install and fix pip2pkgbuild
2020 run : |
Original file line number Diff line number Diff line change 1717 uses : astral-sh/setup-uv@v7
1818
1919 - name : Setup Python
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121
2222 - name : Publish to PyPi
2323 env :
Original file line number Diff line number Diff line change 2121 python-version : ${{ matrix.python-version }}
2222
2323 - name : Setup Python
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727 architecture : x64
Original file line number Diff line number Diff line change 1414 uses : astral-sh/setup-uv@v7
1515
1616 - name : Setup Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818
1919 - name : Publish to Test PyPi
2020 env :
You can’t perform that action at this time.
0 commit comments