Skip to content

Commit 70c3f68

Browse files
committed
.
1 parent 8221f4d commit 70c3f68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: make _pytidyhtml5.cpp
5252

5353
- name: Build wheels
54-
run: python3 -m cibuildwheel --output-dir wheelhouse-${{ matrix.os }}-${{ matrix.manylinux }}
54+
run: python3 -m cibuildwheel --output-dir wheelhouse-${{ matrix.name }}
5555
env:
5656
CIBW_SKIP: "cp27-* cp34-* cp35-* cp36-* pp*" # FIXME: Unicode strings are broken in Pypy
5757
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux }}
@@ -65,4 +65,4 @@ jobs:
6565
uses: actions/upload-artifact@v3
6666
with:
6767
name: Wheelhouse-${{ matrix.name }}
68-
path: ./wheelhouse/*.whl
68+
path: ./wheelhouse-${{ matrix.name }}/*.whl

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cibuildwheel == 1.*, >= 1.7.4
1+
cibuildwheel == 2.*
22
clang == 6.*, >= 6.0.0.1
33
cython == 0.*, >= 0.28.4
44
sphinx_autodoc_typehints == 1.*, >= 1.3, < 1.8

0 commit comments

Comments
 (0)