Skip to content

Commit a2b8efe

Browse files
authored
Update build-wheels-and-publish-to-pipy.yml
1 parent 296b4ff commit a2b8efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels-and-publish-to-pipy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
CIBW_REPAIR_WHEEL_COMMAND_MACOS: "" # delocate-listdeps --all {wheel} && delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}
3838
# CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
3939
uses: pypa/[email protected]
40-
- uses: actions/upload-artifact@v3
40+
- uses: actions/upload-artifact@v4
4141
with:
4242
path: ./wheelhouse/*.whl
4343

0 commit comments

Comments
 (0)