Skip to content

Commit

Permalink
publish-pypi: Enable windows build/publish
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Chandrasekaran <[email protected]>
  • Loading branch information
sidcha committed Mar 7, 2024
1 parent 3258e4e commit 4320cd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
strategy:
matrix:
# macos-13 is an intel runner, macos-14 is apple silicon
# windows-2022 -- currently not supported
os: [ubuntu-22.04, macos-13, macos-14]
os: [ubuntu-22.04, macos-13, macos-14, windows-2022]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4320cd9

Please sign in to comment.