Skip to content

Commit

Permalink
Remove exotic Linux configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarcireau committed Nov 6, 2023
1 parent ed1f4a5 commit c05d0c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:

env:
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_ARCHS_LINUX: auto aarch64 ppc64le s390x
CIBW_SKIP: cp36-* cp37-* pp* *i686

jobs:
Expand Down Expand Up @@ -102,6 +101,6 @@ jobs:
name: dist
path: dist
- run: mv wheelhouse/* dist/
- uses: pypa/gh-action-pypi-publish@v1.5.0
- uses: pypa/gh-action-pypi-publish@v1.8.10
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit c05d0c5

Please sign in to comment.