Skip to content

Commit

Permalink
Remove cffconvert from build-system requires in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlancaster committed Nov 13, 2024
1 parent 072cb35 commit ff2486d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,12 @@ jobs:
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v3
with:
platforms: all
platforms: all
- name: Remove cffconvert from build-system requires in pyproject.toml
run: |
sed -i '/^\[build-system\]/,/^\[/ {
/"cffconvert\( @[^"]*\)\?"/d
}' pyproject.toml
- name: Build and test wheels
uses: pypa/[email protected]
env:
Expand Down

0 comments on commit ff2486d

Please sign in to comment.