Skip to content

Commit

Permalink
Remove 310
Browse files Browse the repository at this point in the history
  • Loading branch information
adeepn committed Oct 3, 2023
1 parent 0b69ae2 commit da3879d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jh-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
fi
- name: Build wheels
uses: jethub-homeassistant/wheels@2023.10.1
if: steps.requirements.outputs.changed == 'true'
uses: jethub-homeassistant/wheels@2023.09.1
if: 0 #steps.requirements.outputs.changed == 'true'
with:
tag: musllinux_1_2
abi: cp310
Expand All @@ -72,7 +72,7 @@ jobs:
requirements: "requirements.txt"

- name: Build wheels cp311
uses: jethub-homeassistant/wheels@2023.10.1
uses: jethub-homeassistant/wheels@2023.09.1
if: steps.requirements.outputs.changed == 'true'
with:
tag: musllinux_1_2
Expand Down

0 comments on commit da3879d

Please sign in to comment.