Skip to content

Commit 801922e

Browse files
authored
Merge pull request #159 from hmeriann/bump-to-v132
bump to v1.3.2
2 parents 75f78e8 + 38f98e4 commit 801922e

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/MainDistributionPipeline.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#
1+
#
22
# This workflow calls the main distribution pipeline from DuckDB to build, test and (optionally) release the extension
33
#
44
name: Main Extension Distribution Pipeline
@@ -14,20 +14,20 @@ concurrency:
1414
jobs:
1515
duckdb-stable-build:
1616
name: Build extension binaries
17-
uses: duckdb/extension-ci-tools/.github/workflows/[email protected].1
17+
uses: duckdb/extension-ci-tools/.github/workflows/[email protected].2
1818
with:
19-
duckdb_version: v1.3.1
19+
duckdb_version: v1.3.2
2020
extension_name: sqlite_scanner
21-
ci_tools_version: v1.3.1
21+
ci_tools_version: v1.3.2
2222

2323
duckdb-stable-deploy:
2424
name: Deploy extension binaries
2525
needs: duckdb-stable-build
26-
uses: duckdb/extension-ci-tools/.github/workflows/[email protected].1
26+
uses: duckdb/extension-ci-tools/.github/workflows/[email protected].2
2727
secrets: inherit
2828
with:
29-
duckdb_version: v1.3.1
29+
duckdb_version: v1.3.2
3030
extension_name: sqlite_scanner
31-
ci_tools_version: v1.3.1
31+
ci_tools_version: v1.3.2
3232
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
3333
deploy_versioned: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}

duckdb

Submodule duckdb updated 93 files

0 commit comments

Comments
 (0)