Skip to content

Commit 43dd1d1

Browse files
👷 Simplify build script.
1 parent 6c1486f commit 43dd1d1

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/pypi.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,5 @@ jobs:
2424
version: "0.5.4"
2525
enable-cache: true
2626

27-
- name: Build package
28-
run: uv build
29-
3027
- name: Publish to PyPI
31-
run: uv publish
28+
run: uv publish --build

0 commit comments

Comments
 (0)