Skip to content

Commit ad48732

Browse files
committed
Always use dev pypi
1 parent 004ca01 commit ad48732

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/cleanup_pypi.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,14 @@ jobs:
4949
version: "0.7.14"
5050

5151
- name: Run Cleanup
52+
env:
53+
PYTHON_UNBUFFERED: 1
5254
run: |
5355
set -x
5456
uv sync --only-group pypi --no-install-project
57+
# TODO: set test/prod flag according to env (inputs.environment == 'production.pypi' && '--prod' || '--test')
5558
uv run --no-sync python -u -m duckdb_packaging.pypi_cleanup ${{ inputs.dry-run && '--dry' || '' }} \
56-
${{ inputs.environment == 'production.pypi' && '--prod' || '--test' }} \
59+
--test \
5760
--username "${{ vars.PYPI_CLEANUP_USERNAME }}" \
5861
--max-nightlies ${{ vars.PYPI_MAX_NIGHTLIES }} > cleanup_output 2>&1
5962

0 commit comments

Comments
 (0)