Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 897a470

Browse files
author
David Robertson
committed
Try to include at least one PyPy wheel
See #15019 (comment) for details
1 parent 67fa671 commit 897a470

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-artifacts.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ jobs:
148148
env:
149149
# Skip testing for platforms which various libraries don't have wheels
150150
# for, and so need extra build deps.
151-
CIBW_TEST_SKIP: pp3*-* *i686* *musl*
151+
# We try to include at least one PyPy wheel here.
152+
CIBW_TEST_SKIP: pp3{7,8}-* *i686* *musl*
152153
# Fix Rust OOM errors on emulated aarch64: https://github.com/rust-lang/cargo/issues/10583
153154
CARGO_NET_GIT_FETCH_WITH_CLI: true
154155
CIBW_ENVIRONMENT_PASS_LINUX: CARGO_NET_GIT_FETCH_WITH_CLI

0 commit comments

Comments
 (0)