Skip to content

Commit 6a1eb06

Browse files
committed
Include linux and windows builds
1 parent eac1691 commit 6a1eb06

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/wheels.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ jobs:
4040
# Loosely based on scikit-learn's config:
4141
# https://github.com/scikit-learn/scikit-learn/blob/main/.github/workflows/wheels.yml
4242
include:
43-
# - os: windows-latest
44-
# python-version: "3.8"
45-
# platform_id: win_amd64
43+
- os: windows-latest
44+
python-version: "3.8"
45+
platform_id: win_amd64
4646

4747
# Linux 64 bit manylinux2014
48-
# - os: ubuntu-latest
49-
# python-version: "3.8"
50-
# platform_id: manylinux_x86_64
51-
# manylinux_image: manylinux2014
48+
- os: ubuntu-latest
49+
python-version: "3.8"
50+
platform_id: manylinux_x86_64
51+
manylinux_image: manylinux2014
5252

5353
# Use x86 macOS runner to build both x86 and ARM. GitHub does not offer M1/M2 yet (only self-hosted).
5454
- os: macos-latest

0 commit comments

Comments
 (0)