Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
QwaS3 authored and jethome-bot committed Nov 16, 2024
1 parent 64a8e0c commit 6c33d4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jh-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
BUILD_TYPE: core
DEFAULT_PYTHON: "3.12"
DEFAULT_PYTHON: "3.13"
PIP_TIMEOUT: 60
UV_HTTP_TIMEOUT: 60
UV_SYSTEM_PYTHON: "true"
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/jh-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
strategy:
fail-fast: false
matrix:
abi: ["cp312"]
abi: ["cp312", "cp313"]
arch: ${{ fromJson(needs.init.outputs.architectures) }}
steps:
- name: Checkout the repository
Expand All @@ -140,7 +140,7 @@ jobs:
sed -i "/uv/d" requirements_diff.txt
- name: Build wheels
uses: jethub-homeassistant/wheels@2024.07.1
uses: jethub-homeassistant/wheels@2024.11.0
with:
abi: ${{ matrix.abi }}
tag: musllinux_1_2
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
cat homeassistant/package_constraints.txt | grep 'pydantic==' >> requirements_old-cython.txt
- name: Build wheels (old cython)
uses: jethub-homeassistant/wheels@2024.07.1
uses: jethub-homeassistant/wheels@2024.11.0
with:
abi: ${{ matrix.abi }}
tag: musllinux_1_2
Expand All @@ -228,7 +228,7 @@ jobs:
pip: "'cython<3'"

- name: Build wheels (part 1)
uses: jethub-homeassistant/wheels@2024.07.1
uses: jethub-homeassistant/wheels@2024.11.0
with:
abi: ${{ matrix.abi }}
tag: musllinux_1_2
Expand All @@ -242,7 +242,7 @@ jobs:
requirements: "requirements_all.txtaa"

- name: Build wheels (part 2)
uses: jethub-homeassistant/wheels@2024.07.1
uses: jethub-homeassistant/wheels@2024.11.0
with:
abi: ${{ matrix.abi }}
tag: musllinux_1_2
Expand All @@ -256,7 +256,7 @@ jobs:
requirements: "requirements_all.txtab"

- name: Build wheels (part 3)
uses: jethub-homeassistant/wheels@2024.07.1
uses: jethub-homeassistant/wheels@2024.11.0
with:
abi: ${{ matrix.abi }}
tag: musllinux_1_2
Expand Down

0 comments on commit 6c33d4c

Please sign in to comment.