File tree Expand file tree Collapse file tree 3 files changed +3
-309
lines changed
Expand file tree Collapse file tree 3 files changed +3
-309
lines changed Original file line number Diff line number Diff line change 5151 - name : Run Cleanup
5252 run : |
5353 set -x
54- pypi_index_flag=${{ inputs.environment == 'production.pypi' && '--prod' || '--test' }}
5554 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 } \
55+ uv run --no-sync python -u -m duckdb_packaging.pypi_cleanup ${{ inputs.dry-run && '--dry' || '' }} \
56+ ${{ inputs.environment == 'production.pypi' && '--prod' || '--test' } } \
5857 --username "${{ vars.PYPI_CLEANUP_USERNAME }}" \
5958 --max-nightlies ${{ vars.PYPI_MAX_NIGHTLIES }} > cleanup_output 2>&1
6059
Original file line number Diff line number Diff line change @@ -235,6 +235,7 @@ test = [ # dependencies used for running tests
235235 " polars" ,
236236 " psutil" ,
237237 " py4j" ,
238+ " pyotp" ,
238239 " pyspark" ,
239240 " pytz" ,
240241 " requests" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments