Skip to content

Commit

Permalink
Merge pull request #30 from python-project-templates/tkp/rustnocibw
Browse files Browse the repository at this point in the history
Small rust tweaks/improvements
  • Loading branch information
timkpaine authored Dec 6, 2024
2 parents 37ad578 + f890aad commit 573d8d6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions rust/.github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,12 @@ updates:
labels:
- "lang: python"
- "part: dependencies"

- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "monthly"
labels:
- "lang: rust"
- "part: dependencies"

2 changes: 2 additions & 0 deletions rust/.github/workflows/build.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ jobs:
run: |
make dist-py-wheel
make dist-check
env:
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11.0
if: matrix.os != 'ubuntu-latest'

- uses: actions/upload-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions rust/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ archs = "x86_64"
[tool.cibuildwheel.macos]
archs = "x86_64 arm64"
environment = {MACOS_DEPLOYMENT_TARGET=11.0}
[tool.cibuildwheel.windows]
environment = {PATH="$UserProfile\\.cargo\bin;$PATH"}
Expand Down

0 comments on commit 573d8d6

Please # to comment.