Skip to content

Commit efeb2b2

Browse files
committed
Add build step to uv pypi publish
1 parent 89f43f0 commit efeb2b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/github_actions.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,9 @@ jobs:
12711271
python-version: "{python_version}"
12721272
- name: Install Dependencies
12731273
run: uv sync --frozen
1274-
- name: Build and publish package
1274+
- name: Build package
1275+
run: uv build
1276+
- name: Publish package
12751277
run: uv publish
12761278
"#
12771279
)

0 commit comments

Comments
 (0)