Skip to content

Commit 8d0f869

Browse files
committed
install uv on action runner
1 parent 000c48b commit 8d0f869

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish_to_pypi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
python-version: 3.11
1818
- name: Build Package
1919
run: |
20+
curl -LsSf https://astral.sh/uv/install.sh | sh
21+
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
2022
uv sync --dev
2123
uv build
2224

0 commit comments

Comments
 (0)