Skip to content

Commit 26e0dd0

Browse files
Use cibuildwheel action
This is an attempt to get Windows softlinks built into the wheel
1 parent 0998b87 commit 26e0dd0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,12 @@ jobs:
5959
with:
6060
python-version: "3.7"
6161

62-
- name: Install Python Dependencies
63-
run: pip install build cibuildwheel
64-
6562
- name: Build Sdist
6663
if: matrix.sdist
6764
run: python -m build --sdist .
6865

6966
- name: Build Wheel
70-
run: cibuildwheel --output-dir dist
67+
uses: pypa/cibuildwheel@v2.3.0
7168
env:
7269
CIBW_BUILD: ${{ matrix.python }}*64
7370
CIBW_TEST_EXTRAS: dev

0 commit comments

Comments
 (0)