diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index f17e5f9..2505b8f 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -70,11 +70,6 @@ jobs: - name: Install cibuildwheel run: python -m pip install cibuildwheel==2.17.0 - #- name: Install dependencies - # run: | - # python -m pip install --upgrade pip - # python -m pip install -r requirements.txt - - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse env: @@ -82,8 +77,11 @@ jobs: CIBW_TEST_REQUIRES: pytest CIBW_TEST_COMMAND: "pytest {project}/tests" CIBW_BUILD_VERBOSITY: 1 - CIBW_BUILD: "cp310-*" - #CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-*" + CIBW_BUILD: "cp310-win_amd64" + # cp310-win_amd64 + # cp310-win32 + # cp310-win_arm64 + # CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-*" - uses: actions/upload-artifact@v4 with: