Skip to content

Commit 9a48bd1

Browse files
committed
cicd/lib-build-and-push: allow prerelease python for aarch64
1 parent 94f7928 commit 9a48bd1

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
@@ -256,6 +256,7 @@ jobs:
256256
name: Install Python
257257
with:
258258
python-version: ${{ inputs.python-version }}
259+
allow-prereleases: 'true'
259260

260261
- name: Install cibuildwheel
261262
run: |

0 commit comments

Comments
 (0)