We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913349e commit 2301713Copy full SHA for 2301713
.github/workflows/build-wheels.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Build wheels
34
run: pip wheel --no-deps --wheel-dir wheelhouse .
35
36
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
37
with:
38
name: my_asset_manager_wheels
39
path: ./wheelhouse/*.whl
0 commit comments