Skip to content

Commit 9368809

Browse files
committed
Remove PyPy x86 builds
This is creating amd64 wheels so I do not trust it There are issues with ZIP uploads on PyPI which might be caused by this but I'm unsure.
1 parent 30f7834 commit 9368809

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@ jobs:
103103
- os: "windows-latest"
104104
python-version: "3.10"
105105
architecture: "x86"
106-
- os: "windows-latest"
107-
python-version: "pypy-3.10"
108-
architecture: "x86"
109106
fail-fast: false
110107

111108
steps:

0 commit comments

Comments
 (0)