Skip to content

Commit fb54efd

Browse files
committed
Add Windows build
1 parent 50a9e76 commit fb54efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
python-version: ["3.10", "3.11", "3.12", "3.13"]
19-
os: [macos-14, ubuntu-22.04, ubuntu-22.04-arm]
19+
os: [macos-14, ubuntu-22.04, ubuntu-22.04-arm, windows-2022]
2020

2121
steps:
2222
- uses: "actions/checkout@v3"

0 commit comments

Comments
 (0)