Skip to content

Commit

Permalink
Adjust wheels builder configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jan 4, 2024
1 parent b9b3cb8 commit 411db20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ jobs:
echo "changed=true" >> $GITHUB_OUTPUT
fi
- name: Build wheels cp311
- name: Build wheels cp312
uses: home-assistant/[email protected]
if: steps.requirements.outputs.changed == 'true'
with:
tag: musllinux_1_2
abi: cp311
abi: cp312
arch: ${{ matrix.arch }}
wheels-key: ${{ secrets.WHEELS_KEY }}
apk: "mariadb-dev;postgresql-dev;libffi-dev"
Expand Down

0 comments on commit 411db20

Please sign in to comment.