We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f163917 commit 75aecb5Copy full SHA for 75aecb5
.github/workflows/pypi.yaml
@@ -87,7 +87,7 @@ jobs:
87
echo "Deleting CUDA libraries..."
88
# This find command will print the files being deleted, which is useful for debugging.
89
find "$UNPACK_DIR" -type f \( \
90
- -name '*.so*' -o \
+ -name '*.so*' \
91
\) -print -delete
92
93
echo "Re-packing the wheel..."
0 commit comments