Skip to content

Commit bab98e7

Browse files
ashwin-antclaude
andauthored
fix: install wheel package for retagging platform-specific wheels (#345)
The build_wheel.py script uses `python -m wheel tags` to retag wheels with platform-specific tags, but `wheel` wasn't explicitly installed. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
1 parent ddc37c7 commit bab98e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Install build dependencies
8585
run: |
8686
python -m pip install --upgrade pip
87-
pip install build twine
87+
pip install build twine wheel
8888
shell: bash
8989

9090
- name: Build wheel with bundled CLI

0 commit comments

Comments
 (0)