summaryrefslogtreecommitdiff
path: root/.github/workflows/wheels.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/wheels.yml')
-rw-r--r--.github/workflows/wheels.yml9
1 files changed, 3 insertions, 6 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml
index 21792f529..e84da655b 100644
--- a/.github/workflows/wheels.yml
+++ b/.github/workflows/wheels.yml
@@ -66,13 +66,10 @@ jobs:
include:
# manylinux pypy builds
- buildplat: [ubuntu-20.04, manylinux_x86_64]
- python: pp38
+ python: "pp38"
- # MacOS PyPy builds
- # Disabled for now because of a PyPy bug
- # that prevents successful compilation
- #- buildplat: [macos-10.15, macosx_x86_64]
- # python: "pp38"
+ - buildplat: [macos-10.15, macosx_x86_64]
+ python: "pp38"
# Windows PyPy builds
- buildplat: [windows-2019, win_amd64]