Skip to content

Commit

Permalink
manylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Nov 8, 2021
1 parent d6bbd30 commit 52c6d84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_SKIP: "pp* *_i686"
CIBW_BEFORE_ALL_LINUX: "yum update -y && yum install -y fftw-devel"
CIBW_BEFORE_ALL_LINUX: yum install -y fftw-devel
CIBW_BEFORE_ALL_MACOS: brew install fftw
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014

- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 52c6d84

Please sign in to comment.