Skip to content

Commit

Permalink
Expand macOS universal tags as part of building the wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
nightlark committed Feb 3, 2024
1 parent 2df22e3 commit d901823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
package-dir: helics_apps-pip
env:
CIBW_ARCHS: "${{ matrix.arch }}"
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
CIBW_ARCHS_MACOS: "universal2"
CIBW_BUILD: "cp39-${{ matrix.build }}*"
CIBW_BUILD_VERBOSITY: 3
TEST_ENV_VAR: "A VALUE!!!"
Expand Down
1 change: 1 addition & 0 deletions helics_apps-pip/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ cmake.version = ">=3.15"
build-dir = "build/{wheel_tag}"
wheel.install-dir = "helics_apps/data"
wheel.py-api = "py2.py3"
wheel.expand-macos-universal-tags = true
metadata.version.provider = "scikit_build_core.metadata.setuptools_scm"
sdist.include = ["helics_apps/_version.py"]
sdist.cmake = true
Expand Down

0 comments on commit d901823

Please sign in to comment.