Skip to content

Commit 5535d76

Browse files
committed
Make sure we set CIBW_ENVIRONMENT using bash or Windows will not see it
1 parent 88ec667 commit 5535d76

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/packaging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
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
@@ -78,4 +78,4 @@ jobs:
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 }}

.github/workflows/packaging_wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
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

0 commit comments

Comments
 (0)