Skip to content

Commit cca794a

Browse files
committed
Test win32 build
1 parent 6e08aec commit cca794a

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,12 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v2
1818

19-
- uses: actions/setup-python@v2
20-
name: Install Python
21-
with:
22-
python-version: '3.8'
23-
2419
- name: Describe Tag & Branch Name
2520
id: build_names
2621
shell: bash
2722
run: |
2823
echo ::set-output name=TAG_NAME::${GITHUB_REF#refs/tags/}
2924
30-
# Configure compilers for Windows. Does nothing on Linux/Mac.
31-
- name: Enable Developer Command Prompt
32-
uses: ilammy/msvc-dev-cmd@v1
33-
3425
- name: Configure Environment
3526
shell: bash
3627
run: |
@@ -49,7 +40,7 @@ jobs:
4940
with:
5041
package-dir: python
5142
env:
52-
CIBW_SKIP: "*-win32"
43+
# CIBW_SKIP: "*-win32"
5344
CIBW_BUILD_VERBOSITY: 3
5445

5546
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)