Skip to content

Commit f72966f

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

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
@@ -236,6 +236,7 @@ jobs:
236236
name: Install Python
237237
with:
238238
python-version: ${{ inputs.python-version }}
239+
allow-prereleases: 'true'
239240

240241
- name: Install cibuildwheel
241242
run: |

0 commit comments

Comments
 (0)