File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -83,13 +83,13 @@ jobs:
83
83
name : artifact-source
84
84
path : dist/*.tar.gz
85
85
86
- build_wheels_macos :
86
+ build_wheels_nonlinux :
87
87
name : Build wheels on ${{ matrix.os }}
88
88
runs-on : ${{ matrix.os }}
89
89
strategy :
90
90
matrix :
91
91
# macos-13 is an intel runner, macos-14 is apple silicon
92
- os : [macos-13, macos-14]
92
+ os : [macos-13, macos-14, windows-latest ]
93
93
steps :
94
94
- uses : actions/checkout@v4
95
95
if : ${{ github.event_name != 'repository_dispatch' }}
Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ skip = "pp*"
24
24
build-verbosity = " 1"
25
25
environment = { SCHEMA_SALAD_USE_MYPYC =" 1" , MYPYPATH =" $(pwd)/mypy-stubs" }
26
26
27
+ [tool .cibuildwheel .windows ]
28
+ test-command = " python -m pytest -n 2 --junitxml={project}/test-results/junit_windows.xml --pyargs schema_salad"
29
+ environment = { SCHEMA_SALAD_USE_MYPYC =" 1" , MYPYPATH =" %{CD}\\ mypy-stubs" }
30
+
27
31
[tool .black ]
28
32
line-length = 100
29
33
target-version = [ " py39" ]
You can’t perform that action at this time.
0 commit comments