Skip to content

Commit 5579993

Browse files
committed
Merge branch 'v1.3-ossivalis'
2 parents 8a8ed03 + e280629 commit 5579993

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cleanup_pypi.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ on:
2525
required: true
2626
options:
2727
- pypi-prod-nightly
28-
- pypi-prod
2928
- pypi-test
3029

3130
jobs:
@@ -60,10 +59,9 @@ jobs:
6059
PYTHON_UNBUFFERED: 1
6160
run: |
6261
set -x
63-
env_flag=$( [[ ${{ inputs.environment }} == pypi-prod* ]] && echo "--prod" || echo "--test" )
6462
uv sync --only-group pypi --no-install-project
6563
uv run --no-sync python -u -m duckdb_packaging.pypi_cleanup ${{ inputs.dry-run && '--dry' || '' }} \
66-
$env_flag \
64+
${{ inputs.environment == 'pypi-prod-nightly' && '--prod' || '--test' }} \
6765
--username "${{ vars.PYPI_CLEANUP_USERNAME }}" \
6866
--max-nightlies ${{ vars.PYPI_MAX_NIGHTLIES }} 2>&1 | tee cleanup_output
6967

0 commit comments

Comments
 (0)