Skip to content

Commit 9c7b924

Browse files
committed
Fix deploy CI
1 parent a94099c commit 9c7b924

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,10 @@ jobs:
2828
uses: actions/checkout@v4
2929
with:
3030
fetch-depth: 0
31-
- name: Setup uv
32-
id: setup-uv
33-
uses: astral-sh/setup-uv@v4
31+
- uses: ./.github/actions/setup
3432
with:
35-
version: "0.8.8"
3633
python-version: ${{ matrix.python-version }}
34+
uv-dependency-install-flags: "--all-extras --group dev"
3735
- name: Publish to PyPI
3836
run: |
3937
uv run --no-sync python scripts/add-locked-targets-to-pyproject-toml.py

0 commit comments

Comments
 (0)