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 5d2acf1 commit f09ff9aCopy full SHA for f09ff9a
.github/workflows/cleanup_pypi.yml
@@ -23,9 +23,10 @@ jobs:
23
24
- name: Run Cleanup
25
run: |
26
- 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' || '' }} \
+ set -x
+ uv -v venv
+ uv -v sync --only-group pypi --no-install-project
29
+ uv -v run --no-sync -s scripts/pypi_cleanup.py ${{ inputs.dry-run && '--dry' || '' }} \
30
--index-hostname "${{ vars.PYPI_HOST }}" \
31
--username "${{ vars.PYPI_CLEANUP_USERNAME }}" \
32
--max-nightlies ${{ vars.PYPI_MAX_NIGHTLIES }}
0 commit comments