mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
fix pypi publish: use wheel-only build, remove build hook (#804)
This commit is contained in:
parent
8f7a8a8a17
commit
a1508f4de1
5 changed files with 6 additions and 55 deletions
2
.github/workflows/publish-pypi.yml
vendored
2
.github/workflows/publish-pypi.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
enable-cache: true
|
||||
|
||||
- name: Build package
|
||||
run: uv build
|
||||
run: uv build --wheel
|
||||
|
||||
- name: Publish to PyPI
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue