We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6743c1b commit 6dcca88Copy full SHA for 6dcca88
.github/workflows/packaging.yml
@@ -68,7 +68,7 @@ jobs:
68
testsuite: all
69
duckdb-python-sha: ${{ inputs.duckdb-python-sha != '' && inputs.duckdb-python-sha || github.sha }}
70
duckdb-sha: ${{ inputs.duckdb-sha }}
71
- set-version: ${{ inputs.stable-version }}
+ set-version: ${{ inputs.set-version }}
72
73
build_wheels:
74
name: Build and test releases
@@ -78,4 +78,4 @@ jobs:
78
79
80
81
0 commit comments