File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -152,13 +152,14 @@ jobs:
152
152
153
153
- name : Build wheels
154
154
if : matrix.target != 'linux-aarch64'
155
+ shell : bash
155
156
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
157
158
158
159
- name : Build wheels for linux aarch64
159
160
if : matrix.target == 'linux-aarch64'
160
161
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
162
163
163
164
- uses : actions/upload-artifact@v4
164
165
with :
You can’t perform that action at this time.
0 commit comments