Skip to content

Commit

Permalink
skip Pypy build on Windows AMD64
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Oct 30, 2024
1 parent e354fb9 commit b6a4820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
include:
- os: windows-2019
cibw_archs: AMD64
cibw_skip: pp*-win_amd64
- os: windows-2019
cibw_archs: ARM64
- os: windows-2019
Expand Down Expand Up @@ -87,6 +88,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_ARCHS: ${{ matrix.cibw_archs }}
CIBW_SKIP: ${{ matrix.cibw_skip }}
PIP_USE_PEP517: 1

- name: "Upload artifacts"
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml

This file was deleted.

0 comments on commit b6a4820

Please sign in to comment.