Skip to content

Commit 5d2acf1

Browse files
committed
Bypass project install
1 parent 41734ca commit 5d2acf1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cleanup_pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: cleanup_pypi.yml
1+
name: Cleanup PyPI
22
on:
33
workflow_call:
44
workflow_dispatch:
@@ -20,10 +20,10 @@ jobs:
2020
uses: astral-sh/setup-uv@v6
2121
with:
2222
version: "0.7.14"
23-
python-version: 3.11
2423

2524
- name: Run Cleanup
2625
run: |
26+
uv venv
2727
uv sync --only-group pypi --no-install-project
2828
uv run --no-sync -s scripts/pypi_cleanup.py ${{ inputs.dry-run && '--dry' || '' }} \
2929
--index-hostname "${{ vars.PYPI_HOST }}" \

0 commit comments

Comments
 (0)