Skip to content

Commit bdac624

Browse files
Merge pull request #260 from phenobarbital/new-exports
fix build for windows
2 parents 00a930d + 67f06ff commit bdac624

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
5959
- name: Build wheels on Windows
6060
if: matrix.os == 'windows-latest'
61+
env:
62+
CIBW_BUILD: "cp3{10,11,12,13}-*"
6163
run: |
6264
pip install cibuildwheel maturin
6365
cibuildwheel --output-dir dist

0 commit comments

Comments
 (0)