Skip to content

Commit 263f8b7

Browse files
committed
chore: test many wheels [DO NOT MERGE]
Signed-off-by: JP-Ellis <josh@jpellis.me>
1 parent fd69d83 commit 263f8b7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ jobs:
6262
fail-fast: false
6363
matrix:
6464
include:
65-
- os: ubuntu-20.04
66-
archs: x86_64
67-
- os: macos-12
68-
archs: x86_64
6965
- os: windows-2019
7066
archs: AMD64
7167

@@ -92,7 +88,7 @@ jobs:
9288
# the latest stable version of Python.
9389
run: |
9490
if [[ "${{ github.event_name}}" == "pull_request" ]] ; then
95-
echo "build=cp${STABLE_PYTHON_VERSION/./}-*" >> "$GITHUB_OUTPUT"
91+
echo "build=*" >> "$GITHUB_OUTPUT"
9692
else
9793
echo "build=*" >> "$GITHUB_OUTPUT"
9894
fi

0 commit comments

Comments
 (0)