Skip to content

Commit 0b18104

Browse files
committed
use correct sha
1 parent e16d0df commit 0b18104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/packaging_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ jobs:
6565

6666
- name: Checkout DuckDB
6767
shell: bash
68-
if: ${{ inputs.duckdb-python-sha }}
68+
if: ${{ inputs.duckdb-sha }}
6969
run: |
7070
cd external/duckdb
7171
git fetch origin
72-
git checkout ${{ inputs.duckdb-python-sha }}
72+
git checkout ${{ inputs.duckdb-sha }}
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

0 commit comments

Comments
 (0)