Skip to content

Commit 662718c

Browse files
authored
Merge pull request #635 from Maxxen/v1.3.2-dev
update to duckdb v1.3.2
2 parents bef22c4 + 5cec67f commit 662718c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ name: Main Extension Distribution Pipeline
55
on:
66
pull_request:
77
branches:
8-
- v1.3.1
8+
- v1.3.2
99
paths-ignore:
1010
- '**/README.md'
1111
- 'doc/**'
1212
push:
1313
branches:
14-
- v1.3.1
14+
- v1.3.2
1515
paths-ignore:
1616
- '**/README.md'
1717
- 'doc/**'
@@ -27,7 +27,7 @@ jobs:
2727
name: Build extension binaries
2828
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
2929
with:
30-
duckdb_version: v1.3.1
30+
duckdb_version: v1.3.2
3131
extension_name: spatial
3232
ci_tools_version: main
3333
vcpkg_commit: ce613c41372b23b1f51333815feb3edd87ef8a8b
@@ -38,7 +38,7 @@ jobs:
3838
uses: duckdb/extension-ci-tools/.github/workflows/_extension_deploy.yml@main
3939
secrets: inherit
4040
with:
41-
duckdb_version: v1.3.1
41+
duckdb_version: v1.3.2
4242
ci_tools_version: main
4343
extension_name: spatial
4444
deploy_latest: ${{ startsWith(github.ref, 'refs/heads/v') || github.ref == 'refs/heads/main' }}

duckdb

Submodule duckdb updated 93 files

0 commit comments

Comments
 (0)