From cca794adb56d68ca55509aa4f7df782011f23449 Mon Sep 17 00:00:00 2001 From: Bryan Hunt Date: Wed, 12 May 2021 10:47:31 -0600 Subject: [PATCH] Test win32 build --- .github/workflows/build.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d75ed3c8c..f2ce36574 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,21 +16,12 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 - name: Install Python - with: - python-version: '3.8' - - name: Describe Tag & Branch Name id: build_names shell: bash run: | echo ::set-output name=TAG_NAME::${GITHUB_REF#refs/tags/} - # Configure compilers for Windows. Does nothing on Linux/Mac. - - name: Enable Developer Command Prompt - uses: ilammy/msvc-dev-cmd@v1 - - name: Configure Environment shell: bash run: | @@ -49,7 +40,7 @@ jobs: with: package-dir: python env: - CIBW_SKIP: "*-win32" +# CIBW_SKIP: "*-win32" CIBW_BUILD_VERBOSITY: 3 - uses: actions/upload-artifact@v2