Skip to content

Commit ddc37c7

Browse files
ashwin-antclaude
andauthored
fix: disable artifact compression to prevent wheel corruption (#344)
Wheels are already ZIP files - double compression via GitHub Actions artifacts can cause "Mis-matched data size" errors on PyPI upload. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
1 parent 58cfffc commit ddc37c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
name: wheel-${{ matrix.os }}
103103
path: dist/*.whl
104104
if-no-files-found: error
105+
compression-level: 0
105106

106107
publish:
107108
needs: [build-wheels]

0 commit comments

Comments
 (0)