Skip to content

Commit

Permalink
Test win32 build
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-hunt committed May 12, 2021
1 parent 6e08aec commit cca794a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit cca794a

Please sign in to comment.