Skip to content

Commit

Permalink
fix: install newer rust for macos python release
Browse files Browse the repository at this point in the history
  • Loading branch information
wjones127 authored and rtyler committed Jul 27, 2023
1 parent 433fb6b commit 1311768
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/python_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ jobs:
steps:
- uses: actions/checkout@v3

# We use extra recent Cargo.toml syntax, so we need at least Rust 1.71.0
- name: Install newer rust
uses: actions-rs/toolchain@v1
with:
profile: default
toolchain: stable
override: true

- name: Publish to pypi (without sdist)
uses: messense/maturin-action@v1
env:
Expand Down

0 comments on commit 1311768

Please sign in to comment.