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 e16d0df commit 0b18104Copy full SHA for 0b18104
.github/workflows/packaging_wheels.yml
@@ -65,11 +65,11 @@ jobs:
65
66
- name: Checkout DuckDB
67
shell: bash
68
- if: ${{ inputs.duckdb-python-sha }}
+ if: ${{ inputs.duckdb-sha }}
69
run: |
70
cd external/duckdb
71
git fetch origin
72
- git checkout ${{ inputs.duckdb-python-sha }}
+ git checkout ${{ inputs.duckdb-sha }}
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
0 commit comments