Skip to content

Commit

Permalink
Always builds Wheels on release (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jan 4, 2024
1 parent 053d772 commit 52d6c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Build wheels cp312
uses: home-assistant/[email protected]
if: steps.requirements.outputs.changed == 'true'
if: github.event_name == 'release' || steps.requirements.outputs.changed == 'true'
with:
tag: musllinux_1_2
abi: cp312
Expand Down

0 comments on commit 52d6c74

Please sign in to comment.