File tree 3 files changed +10
-5
lines changed
3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -14,3 +14,12 @@ updates:
14
14
labels :
15
15
- " lang: python"
16
16
- " part: dependencies"
17
+
18
+ - package-ecosystem : " cargo"
19
+ directory : " /"
20
+ schedule :
21
+ interval : " monthly"
22
+ labels :
23
+ - " lang: rust"
24
+ - " part: dependencies"
25
+
Original file line number Diff line number Diff line change @@ -117,8 +117,6 @@ jobs:
117
117
run: |
118
118
make dist-py-wheel
119
119
make dist-check
120
- env:
121
- MACOS_DEPLOYMENT_TARGET: 10.12
122
120
if: matrix.os != 'ubuntu-latest'
123
121
124
122
- uses: actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ archs = "x86_64"
96
96
97
97
[tool.cibuildwheel.macos]
98
98
archs = " x86_64 arm64 "
99
+ environment = {MACOS_DEPLOYMENT_TARGET=" 10.12 " }
99
100
100
101
[tool.cibuildwheel.windows]
101
102
environment = {PATH=" $UserProfile\\.cargo\bin;$PATH " }
@@ -115,9 +116,6 @@ exclude_also = [
115
116
ignore_errors = true
116
117
fail_under = 50
117
118
118
- [tool.maturin]
119
- include = [{ path = " rust /** /* " , format = " sdist " }]
120
-
121
119
[tool.pytest.ini_options]
122
120
addopts = [" -vvv " , " --junitxml =junit.xml " ]
123
121
asyncio_mode = " strict "
You can’t perform that action at this time.
0 commit comments