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 3e88b5b commit 6743c1bCopy full SHA for 6743c1b
.github/workflows/packaging_wheels.yml
@@ -73,6 +73,7 @@ jobs:
73
74
# Make sure that OVERRIDE_GIT_DESCRIBE is propagated to cibuildwhel's env, also when it's running linux builds
75
- name: Set OVERRIDE_GIT_DESCRIBE
76
+ shell: bash
77
if: ${{ inputs.set-version != '' }}
78
run: echo "CIBW_ENVIRONMENT=OVERRIDE_GIT_DESCRIBE=${{ inputs.set-version }}" >> $GITHUB_ENV
79
0 commit comments