1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-02 00:27:49 +01:00

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

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 }}