Skip to content

Commit 2cb79d1

Browse files
authored
chore: always install latest uv
1 parent 15c9555 commit 2cb79d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Set up uv
28-
run: curl -LsSf https://astral.sh/uv/0.4.5/install.sh | sh
28+
run: curl -LsSf https://astral.sh/uv/install.sh | sh
2929
- name: Install dependencies
3030
run: uv sync --all-extras --dev
3131
- name: run test

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
python-version: '3.x'
2929
- name: Set up uv
30-
run: curl -LsSf https://astral.sh/uv/0.4.5/install.sh | sh
30+
run: curl -LsSf https://astral.sh/uv/install.sh | sh
3131
- name: Install dependencies
3232
run: uvx --from build pyproject-build --installer uv
3333
- name: Publish package

0 commit comments

Comments
 (0)