File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -152,13 +152,14 @@ jobs:
152152
153153 - name : Build wheels
154154 if : matrix.target != 'linux-aarch64'
155+ shell : bash
155156 run : |
156- python3 -m cibuildwheel --output-dir wheelhouse
157+ GITHUB_WORKFLOW_REF="scylladb/python-driver/.github/workflows/lib-build-and-push.yml@refs/heads/master" python3 -m cibuildwheel --output-dir wheelhouse
157158
158159 - name : Build wheels for linux aarch64
159160 if : matrix.target == 'linux-aarch64'
160161 run : |
161- CIBW_BUILD=' cp3*' python -m cibuildwheel --archs aarch64 --output-dir wheelhouse
162+ GITHUB_WORKFLOW_REF="scylladb/python-driver/.github/workflows/lib-build-and-push.yml@refs/heads/master" CIBW_BUILD=" cp3*" python -m cibuildwheel --archs aarch64 --output-dir wheelhouse
162163
163164 - uses : actions/upload-artifact@v4
164165 with :
You can’t perform that action at this time.
0 commit comments