File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9393 run : mv doc/build/html web/build/docs
9494
9595 - name : Save website as an artifact
96- uses : actions/upload-artifact@v5
96+ uses : actions/upload-artifact@v6
9797 with :
9898 name : website
9999 path : web/build
Original file line number Diff line number Diff line change 6464 python -m pip install build
6565 python -m build --sdist
6666
67- - uses : actions/upload-artifact@v5
67+ - uses : actions/upload-artifact@v6
6868 with :
6969 name : sdist
7070 path : ./dist/*
@@ -197,7 +197,7 @@ jobs:
197197 shell : bash -el {0}
198198 run : for whl in $(ls ./dist/*.whl); do wheel unpack $whl -d /tmp; done
199199
200- - uses : actions/upload-artifact@v5
200+ - uses : actions/upload-artifact@v6
201201 with :
202202 name : ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}
203203 path : ./dist/*.whl
You can’t perform that action at this time.
0 commit comments