We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e08aec commit cca794aCopy full SHA for cca794a
1 file changed
.github/workflows/build.yml
@@ -16,21 +16,12 @@ jobs:
16
steps:
17
- uses: actions/checkout@v2
18
19
- - uses: actions/setup-python@v2
20
- name: Install Python
21
- with:
22
- python-version: '3.8'
23
-
24
- name: Describe Tag & Branch Name
25
id: build_names
26
shell: bash
27
run: |
28
echo ::set-output name=TAG_NAME::${GITHUB_REF#refs/tags/}
29
30
- # Configure compilers for Windows. Does nothing on Linux/Mac.
31
- - name: Enable Developer Command Prompt
32
- uses: ilammy/msvc-dev-cmd@v1
33
34
- name: Configure Environment
35
36
@@ -49,7 +40,7 @@ jobs:
49
40
with:
50
41
package-dir: python
51
42
env:
52
- CIBW_SKIP: "*-win32"
43
+# CIBW_SKIP: "*-win32"
53
44
CIBW_BUILD_VERBOSITY: 3
54
45
55
46
- uses: actions/upload-artifact@v2
0 commit comments