We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37ad578 commit a598868Copy full SHA for a598868
2 files changed
rust/.github/workflows/build.yml.jinja
@@ -117,6 +117,8 @@ jobs:
117
run: |
118
make dist-py-wheel
119
make dist-check
120
+ env:
121
+ MACOS_DEPLOYMENT_TARGET: 10.12
122
if: matrix.os != 'ubuntu-latest'
123
124
- uses: actions/upload-artifact@v4
rust/pyproject.toml.jinja
@@ -115,6 +115,9 @@ exclude_also = [
115
ignore_errors = true
116
fail_under = 50
+[tool.maturin]
+include = [{ path = "rust/**/*", format = "sdist" }]
+
[tool.pytest.ini_options]
addopts = ["-vvv", "--junitxml=junit.xml"]
asyncio_mode = "strict"
0 commit comments