We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03bf102 commit d9089e2Copy full SHA for d9089e2
.github/workflows/publish.yml
@@ -65,6 +65,7 @@ jobs:
65
- name: Build Google DP and wheel on Linux
66
if: runner.os == 'Linux'
67
timeout-minutes: 20
68
+ shell: bash
69
run: |
70
pip install cibuildwheel
71
export CIBW_PLATFORM=linux
0 commit comments