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 41734ca commit 5d2acf1Copy full SHA for 5d2acf1
1 file changed
.github/workflows/cleanup_pypi.yml
@@ -1,4 +1,4 @@
1
-name: cleanup_pypi.yml
+name: Cleanup PyPI
2
on:
3
workflow_call:
4
workflow_dispatch:
@@ -20,10 +20,10 @@ jobs:
20
uses: astral-sh/setup-uv@v6
21
with:
22
version: "0.7.14"
23
- python-version: 3.11
24
25
- name: Run Cleanup
26
run: |
+ uv venv
27
uv sync --only-group pypi --no-install-project
28
uv run --no-sync -s scripts/pypi_cleanup.py ${{ inputs.dry-run && '--dry' || '' }} \
29
--index-hostname "${{ vars.PYPI_HOST }}" \
0 commit comments