File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 run : pipx run build --sdist
2020
2121 - name : Upload sdist artifact
22- uses : actions/upload-artifact@v6
22+ uses : actions/upload-artifact@v7
2323 with :
2424 name : sdist
2525 path : dist/*.tar.gz
4444 MAKEFLAGS : -j${{ steps.cpu-cores.outputs.count }}
4545
4646 - name : Upload sdist artifact
47- uses : actions/upload-artifact@v6
47+ uses : actions/upload-artifact@v7
4848 with :
4949 name : linux_wheels
5050 path : wheelhouse/*.whl
8484 ${{ steps.setup-python.outputs.python-path}} -m build .
8585
8686 - name : Upload macos artifact
87- uses : actions/upload-artifact@v6
87+ uses : actions/upload-artifact@v7
8888 with :
8989 name : ${{ matrix.os }}_${{ matrix.python-version }}
9090 path : dist/*.whl
@@ -129,7 +129,7 @@ jobs:
129129 ${{ steps.setup-python.outputs.python-path}} -m build .
130130
131131 - name : Upload windows artifacts
132- uses : actions/upload-artifact@v6
132+ uses : actions/upload-artifact@v7
133133 with :
134134 name : windows_${{ matrix.python-version }}
135135 path : dist/*.whl
You can’t perform that action at this time.
0 commit comments