File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2424 fetch-depth : 0
2525 - name : Build sdist
2626 run : pipx run build -s
27- - uses : actions/upload-artifact@v6
27+ - uses : actions/upload-artifact@v7
2828 with :
2929 name : source-dist
3030 path : ./dist/*.tar.gz
@@ -49,11 +49,11 @@ jobs:
4949 fetch-depth : 0
5050
5151 - name : Build wheel(s)
52- uses : pypa/cibuildwheel@v3.3.0
52+ uses : pypa/cibuildwheel@v3.3.1
5353 env :
5454 CIBW_BUILD : " cp310-${{ matrix.buildplat[1] }} cp311-${{ matrix.buildplat[1] }} "
5555
56- - uses : actions/upload-artifact@v6
56+ - uses : actions/upload-artifact@v7
5757 with :
5858 name : ${{ matrix.buildplat[1] }}-dist
5959 path : ./wheelhouse/*.whl
6363 needs : [build-sdist]
6464 runs-on : ubuntu-latest
6565 steps :
66- - uses : actions/download-artifact@v7
66+ - uses : actions/download-artifact@v8
6767 with :
6868 name : source-dist
6969 path : ./dist
8484 runs-on : ubuntu-latest
8585 needs : [test-sdist, build-wheel]
8686 steps :
87- - uses : actions/download-artifact@v7
87+ - uses : actions/download-artifact@v8
8888 with :
8989 path : dist/
9090 pattern : ' *-dist'
9898 needs : [pre-publish]
9999 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
100100 steps :
101- - uses : actions/download-artifact@v7
101+ - uses : actions/download-artifact@v8
102102 with :
103103 path : dist/
104104 pattern : ' *-dist'
You can’t perform that action at this time.
0 commit comments