Skip to content

Commit f09ff9a

Browse files
committed
Be verbose
1 parent 5d2acf1 commit f09ff9a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/cleanup_pypi.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ jobs:
2323

2424
- name: Run Cleanup
2525
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' || '' }} \
26+
set -x
27+
uv -v venv
28+
uv -v sync --only-group pypi --no-install-project
29+
uv -v run --no-sync -s scripts/pypi_cleanup.py ${{ inputs.dry-run && '--dry' || '' }} \
2930
--index-hostname "${{ vars.PYPI_HOST }}" \
3031
--username "${{ vars.PYPI_CLEANUP_USERNAME }}" \
3132
--max-nightlies ${{ vars.PYPI_MAX_NIGHTLIES }}

0 commit comments

Comments
 (0)