Skip to content

Commit

Permalink
Roll back
Browse files Browse the repository at this point in the history
  • Loading branch information
jzuhone committed Feb 1, 2024
1 parent 87421b2 commit 7cf1f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
CIBW_BUILD_VERBOSITY: 1
CIBW_BEFORE_BUILD: "rm -rf build/" # working around .so files accumulation between builds leading up to bloated wheels

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: wheels
path: ./dist/*.whl
Expand Down

0 comments on commit 7cf1f4e

Please sign in to comment.