We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94099c commit 9c7b924Copy full SHA for 9c7b924
.github/workflows/deploy.yaml
@@ -28,12 +28,10 @@ jobs:
28
uses: actions/checkout@v4
29
with:
30
fetch-depth: 0
31
- - name: Setup uv
32
- id: setup-uv
33
- uses: astral-sh/setup-uv@v4
+ - uses: ./.github/actions/setup
34
35
- version: "0.8.8"
36
python-version: ${{ matrix.python-version }}
+ uv-dependency-install-flags: "--all-extras --group dev"
37
- name: Publish to PyPI
38
run: |
39
uv run --no-sync python scripts/add-locked-targets-to-pyproject-toml.py
0 commit comments