Skip to content

Commit 831800f

Browse files
committed
Merge branch 'v1.3-ossivalis'
2 parents b92751a + ad48732 commit 831800f

5 files changed

Lines changed: 1009 additions & 309 deletions

File tree

.github/workflows/cleanup_pypi.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,14 @@ jobs:
4949
version: "0.7.14"
5050

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

0 commit comments

Comments
 (0)