File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6868 testsuite : all
6969 duckdb-python-sha : ${{ inputs.duckdb-python-sha != '' && inputs.duckdb-python-sha || github.sha }}
7070 duckdb-sha : ${{ inputs.duckdb-sha }}
71- set-version : ${{ inputs.stable -version }}
71+ set-version : ${{ inputs.set -version }}
7272
7373 build_wheels :
7474 name : Build and test releases
7878 testsuite : all
7979 duckdb-python-sha : ${{ inputs.duckdb-python-sha != '' && inputs.duckdb-python-sha || github.sha }}
8080 duckdb-sha : ${{ inputs.duckdb-sha }}
81- set-version : ${{ inputs.stable -version }}
81+ set-version : ${{ inputs.set -version }}
Original file line number Diff line number Diff line change 7373
7474 # Make sure that OVERRIDE_GIT_DESCRIBE is propagated to cibuildwhel's env, also when it's running linux builds
7575 - name : Set OVERRIDE_GIT_DESCRIBE
76+ shell : bash
7677 if : ${{ inputs.set-version != '' }}
7778 run : echo "CIBW_ENVIRONMENT=OVERRIDE_GIT_DESCRIBE=${{ inputs.set-version }}" >> $GITHUB_ENV
7879
You can’t perform that action at this time.
0 commit comments