Skip to content

Commit

Permalink
only build for linux again
Browse files Browse the repository at this point in the history
  • Loading branch information
flaport committed Sep 6, 2023
1 parent cfbb322 commit a236167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-2019, ubuntu-20.04] #, macOS-11]
os: [ubuntu-20.04] #, windows-2019] #, macOS-11]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ include = '\.pyi?$'
reportPrivateImportUsage = false

[tool.cibuildwheel]
build = ["*-manylinux_x86_64", "*-win_amd64"] #, "*-macosx_x86_64"]
build = ["*-manylinux_x86_64"] #, "*-win_amd64"] #, "*-macosx_x86_64"]
manylinux-x86_64-image = "flaport/manylinux2014_x86_64"

[tool.cibuildwheel.linux]
Expand Down

0 comments on commit a236167

Please sign in to comment.