Skip to content

Commit 8aaecdb

Browse files
committed
update publish.yaml
Signed-off-by: Masaya Kataoka <[email protected]>
1 parent 40746d1 commit 8aaecdb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,17 @@ jobs:
1717
steps:
1818
# retrieve your distributions here
1919

20+
- name: Install uv
21+
uses: astral-sh/setup-uv@v4
22+
23+
- name: Set up Python
24+
run: uv python install
25+
26+
- name: Install the project
27+
run: uv sync
28+
29+
- name: Install the project
30+
run: uv build
31+
2032
- name: Publish package distributions to PyPI
2133
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)