Skip to content

Commit 149f395

Browse files
committed
Merge branch 'v1.3-ossivalis'
2 parents 7dc40e3 + de04df5 commit 149f395

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/cleanup_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uv run --no-sync python -u -m duckdb_packaging.pypi_cleanup ${{ inputs.dry-run && '--dry' || '' }} \
5959
--test \
6060
--username "${{ vars.PYPI_CLEANUP_USERNAME }}" \
61-
--max-nightlies ${{ vars.PYPI_MAX_NIGHTLIES }} > cleanup_output 2>&1
61+
--max-nightlies ${{ vars.PYPI_MAX_NIGHTLIES }} 2>&1 | tee cleanup_output
6262
6363
- name: PyPI Cleanup Summary
6464
run : |

.github/workflows/on_external_dispatch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ jobs:
120120
needs: [ commit_submodule, upload_s3 ]
121121
if: ${{ inputs.force-version == '' }}
122122
uses: ./.github/workflows/upload_to_pypi.yml
123+
secrets: inherit
123124
with:
124125
sha: ${{ needs.commit_submodule.outputs.sha-after-commit }}
125126
environment: production.pypi

external/duckdb

Submodule duckdb updated 67 files

0 commit comments

Comments
 (0)