diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c68f31db..3cac4867 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,9 +77,6 @@ jobs: fetch-depth: 0 # required for setuptools_scm - name: Build wheels uses: pypa/cibuildwheel@v2.16.2 - env: - CIBW_BUILD: "cp*-manylinux_x86_64 cp3*-win_amd64" - CIBW_SKIP: "cp37-*" - uses: actions/upload-artifact@v2 with: name: wheels