File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6969 git fetch --prune --unshallow
7070 git fetch --depth=1 origin +refs/tags/*:refs/tags/*
7171 - name : Set up Python ${{ matrix.python-version }}
72- uses : actions/setup-python@v5
72+ uses : actions/setup-python@v6
7373 with :
7474 python-version : ${{ matrix.python-version }}
7575 cache : ' pip'
Original file line number Diff line number Diff line change 2727 git fetch --prune --unshallow
2828 git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2929 - name : Set up Python
30- uses : actions/setup-python@v5
30+ uses : actions/setup-python@v6
3131 with :
3232 python-version : ' 3.11'
3333 cache : ' pip'
Original file line number Diff line number Diff line change 1919 git fetch --prune --unshallow
2020 git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2121 - name : Setup Python
22- uses : actions/setup-python@v5
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : ' 3.x'
2525 - name : Build sdist
5454 git fetch --prune --unshallow
5555 git fetch --depth=1 origin +refs/tags/*:refs/tags/*
5656 - name : Setup Python
57- uses : actions/setup-python@v5
57+ uses : actions/setup-python@v6
5858 with :
5959 python-version : ' 3.11'
6060 - name : Install cibuildwheel
You can’t perform that action at this time.
0 commit comments