Change abi of wheel to cp312 (#21435)

This commit is contained in:
Bram Kragten 2024-07-19 15:50:50 +02:00 committed by GitHub
parent 1749725229
commit 0fa3538db5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,7 +76,7 @@ jobs:
- name: Build wheels
uses: home-assistant/wheels@2024.07.1
with:
abi: cp311
abi: cp312
tag: musllinux_1_2
arch: amd64
wheels-key: ${{ secrets.WHEELS_KEY }}