We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e0507 commit b813539Copy full SHA for b813539
1 file changed
.github/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
name: Build an sdist and determine versions
42
uses: ./.github/workflows/packaging_sdist.yml
43
with:
44
- testsuite: all
+ testsuite: none
45
duckdb-python-sha: ${{ inputs.duckdb-python-sha != '' && inputs.duckdb-python-sha || github.sha }}
46
duckdb-sha: ${{ inputs.duckdb-sha }}
47
set-version: ${{ inputs.stable-version }}
0 commit comments