diff --git a/.github/workflows/pypi-deploy.yml b/.github/workflows/pypi-deploy.yml index 9ef872c..021b68e 100644 --- a/.github/workflows/pypi-deploy.yml +++ b/.github/workflows/pypi-deploy.yml @@ -26,8 +26,8 @@ jobs: needs: [build_setup] strategy: matrix: - os: [ubuntu-20.04, windows-2019, macOS-11] - arch: [auto32, auto64, aarch64, ppc64le, s390x] + os: [ubuntu-20.04, windows-2019] + arch: [auto32, auto64, aarch64] steps: - uses: actions/checkout@v2