Skip to content

Commit 6b3a6b0

Browse files
committed
remove static libraries
1 parent 5f5725b commit 6b3a6b0

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
@@ -99,6 +99,8 @@ jobs:
9999
run: |
100100
mkdir -p local/openblas
101101
tar -C local/openblas --strip-components=2 -xf libs/openblas*.tar.gz
102+
# do not package the static libs, they are ~55MB
103+
rm local/openblas/*.a
102104
python -m pip wheel -w dist -vv .
103105
104106
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)