fix pypi publish: use wheel-only build, remove build hook (#804)

This commit is contained in:
Adil Hafeez 2026-03-05 12:54:40 -08:00 committed by GitHub
parent 8f7a8a8a17
commit a1508f4de1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 55 deletions

View file

@ -30,7 +30,7 @@ jobs:
enable-cache: true
- name: Build package
run: uv build
run: uv build --wheel
- name: Publish to PyPI
env: