Skip to content

Commit b706d72

Browse files
committed
ci: fix publish job
Signed-off-by: develop-cs <43383361+develop-cs@users.noreply.github.com>
1 parent b2711e4 commit b706d72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
uses: actions/setup-python@v6
5959
with:
6060
python-version-file: .python-version
61+
- name: Install uv
62+
uses: astral-sh/setup-uv@v6
6163
- name: Build package
6264
run: uv build
6365
- name: Upload package distributions to PyPI

0 commit comments

Comments
 (0)