Skip to content

Commit 6743c1b

Browse files
committed
use bash to set the env var
1 parent 3e88b5b commit 6743c1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.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)