Skip to content

Commit

Permalink
No windows wheels for now...
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Jul 30, 2023
1 parent b927862 commit b7ff36f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]

steps:
- uses: actions/checkout@v3
Expand Down
17 changes: 3 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ filterwarnings = [
]
testpaths = ["tests"]

[tool.cibuildwheel.linux]
[tool.cibuildwheel]
# Setuptools bug causes collision between pypy and cpython artifacts
before-all = [
"rm -rf '{project}/build'",
'pip3 install "conan==2.*.*"',
'pip3 install "conan>=2"',
"conan profile detect --force",
"cd '{project}/devel/cibw/linux' && ./cibw_setup_deps.sh"
]
Expand All @@ -49,23 +49,12 @@ environment-pass = ["CMAKE_ARGS"]
# Setuptools bug causes collision between pypy and cpython artifacts
before-all = [
"rm -rf '{project}/build'",
'pip3 install "conan==2.*.*"',
'pip3 install "conan>=2"',
"sudo conan profile detect --force",
"cd '{project}/devel/cibw/macos' && sudo ./cibw_setup_deps.sh"
]
environment = { CMAKE_ARGS = '-DCMAKE_PREFIX_PATH=/usr/local/share', MACOSX_DEPLOYMENT_TARGET = '10.15' }

[tool.cibuildwheel.windows]
# Setuptools bug causes collision between pypy and cpython artifacts
before-all = [
"rm -rf '{project}/build'",
'pip3 install "conan==2.*.*"',
"conan profile detect --force",
"cd '{project}\\devel\\cibw\\linux' && ./cibw_setup_deps.sh"
]
environment = { CMAKE_ARGS = '-DCMAKE_PREFIX_PATH=/usr/local/share', MACOSX_DEPLOYMENT_TARGET = '10.15' }



[tool.ruff]
extend-select = [
Expand Down

0 comments on commit b7ff36f

Please sign in to comment.