Skip to content

Commit 452bef5

Browse files
committed
remove static libraries
1 parent 54b69a4 commit 452bef5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/posix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ jobs:
122122
run: |
123123
mkdir -p local/openblas
124124
tar -C local/openblas --strip-components=2 -xf libs/openblas*.tar.gz
125+
# do not package the static libs, they are ~55MB
126+
rm local/openblas/*.a
125127
python -m pip wheel -w dist -vv .
126128
127129
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)