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 f09ff9a commit f30375dCopy full SHA for f30375d
.github/workflows/cleanup_pypi.yml
@@ -16,6 +16,9 @@ jobs:
16
PYPI_CLEANUP_OTP: ${{secrets.PYPI_CLEANUP_OTP}}
17
steps:
18
- uses: actions/checkout@v4
19
+ with:
20
+ fetch-depth: 0
21
+
22
- name: Install Astral UV
23
uses: astral-sh/setup-uv@v6
24
with:
@@ -24,7 +27,6 @@ jobs:
27
- name: Run Cleanup
25
28
run: |
26
29
set -x
- uv -v venv
30
uv -v sync --only-group pypi --no-install-project
31
uv -v run --no-sync -s scripts/pypi_cleanup.py ${{ inputs.dry-run && '--dry' || '' }} \
32
--index-hostname "${{ vars.PYPI_HOST }}" \
0 commit comments