Skip to content

Commit f30375d

Browse files
committed
Allow version discovery
1 parent f09ff9a commit f30375d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cleanup_pypi.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
PYPI_CLEANUP_OTP: ${{secrets.PYPI_CLEANUP_OTP}}
1717
steps:
1818
- uses: actions/checkout@v4
19+
with:
20+
fetch-depth: 0
21+
1922
- name: Install Astral UV
2023
uses: astral-sh/setup-uv@v6
2124
with:
@@ -24,7 +27,6 @@ jobs:
2427
- name: Run Cleanup
2528
run: |
2629
set -x
27-
uv -v venv
2830
uv -v sync --only-group pypi --no-install-project
2931
uv -v run --no-sync -s scripts/pypi_cleanup.py ${{ inputs.dry-run && '--dry' || '' }} \
3032
--index-hostname "${{ vars.PYPI_HOST }}" \

0 commit comments

Comments
 (0)