Skip to content

Commit

Permalink
Added Windows and MacOS to build-wheels matrix
Browse files Browse the repository at this point in the history
This covers NVIDIA#82
  • Loading branch information
guysz-nvidia committed Nov 24, 2024
1 parent be2a7aa commit f0b1617
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-python-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down
6 changes: 6 additions & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,9 @@ test-extras = "test"

[tool.cibuildwheel.linux]
archs = ["x86_64", "aarch64"]

[tool.cibuildwheel.windows]
archs = ["AMD64"]

[tool.cibuildwheel.macos]
archs = ["all"]

0 comments on commit f0b1617

Please sign in to comment.