Skip to content

Commit dff5870

Browse files
committed
cicd/lib-build-and-push: allow prerelease python for aarch64
1 parent e6ac999 commit dff5870

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lib-build-and-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ jobs:
242242
name: Install Python
243243
with:
244244
python-version: ${{ inputs.python-version }}
245+
allow-prereleases: 'true'
245246

246247
- name: Install cibuildwheel
247248
run: |

0 commit comments

Comments
 (0)