We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43043b6 commit 01c41d8Copy full SHA for 01c41d8
.github/workflows/wheels.yml
@@ -83,13 +83,13 @@ jobs:
83
name: artifact-source
84
path: dist/*.tar.gz
85
86
- build_wheels_macos:
+ build_wheels_nonlinux:
87
name: Build wheels on ${{ matrix.os }}
88
runs-on: ${{ matrix.os }}
89
strategy:
90
matrix:
91
# macos-13 is an intel runner, macos-14 is apple silicon
92
- os: [macos-13, macos-14]
+ os: [macos-13, macos-14, windows-latest]
93
steps:
94
- uses: actions/checkout@v4
95
if: ${{ github.event_name != 'repository_dispatch' }}
0 commit comments