Skip to content

Commit a598868

Browse files
committed
Try setting macos deployment target
1 parent 37ad578 commit a598868

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Diff for: rust/.github/workflows/build.yml.jinja

+2
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ jobs:
117117
run: |
118118
make dist-py-wheel
119119
make dist-check
120+
env:
121+
MACOS_DEPLOYMENT_TARGET: 10.12
120122
if: matrix.os != 'ubuntu-latest'
121123

122124
- uses: actions/upload-artifact@v4

Diff for: rust/pyproject.toml.jinja

+3
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ exclude_also = [
115115
ignore_errors = true
116116
fail_under = 50
117117
118+
[tool.maturin]
119+
include = [{ path = "rust/**/*", format = "sdist" }]
120+
118121
[tool.pytest.ini_options]
119122
addopts = ["-vvv", "--junitxml=junit.xml"]
120123
asyncio_mode = "strict"

0 commit comments

Comments
 (0)