From b4a23670c134358b0c0b45d42ced577930037f47 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sun, 25 Apr 2021 17:37:08 -0400 Subject: [PATCH] Fix Windows builds --- .github/workflows/publishing.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publishing.yml b/.github/workflows/publishing.yml index dbd241f0..7dd72536 100644 --- a/.github/workflows/publishing.yml +++ b/.github/workflows/publishing.yml @@ -57,16 +57,14 @@ jobs: strategy: matrix: os: [ubuntu-18.04, windows-latest, macos-latest] + env: + CIBW_SKIP: cp27-win* steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: python-version: 3.9 - run: pip install cibuildwheel==1.8.0 - - name: Install Visual C++ for Python 2.7 on Windows - if: runner.os == 'Windows' - run: | - choco install vcpython27 -f -y - run: cibuildwheel --output-dir wheelhouse - uses: actions/upload-artifact@v2 with: