Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: emmett-framework/granian
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ff9588a9532fd663183add615993cded47a70b87
Choose a base ref
..
head repository: emmett-framework/granian
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1814868a0cd9d26a66bf3f3048333af7ae612ff8
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 .github/workflows/release.yml
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -124,12 +124,12 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.interpreter }}
# FIXME: remove next step once PyO3/maturin-action filters `CARGO_HOME`
- run: echo 'CARGO_HOME=' >> "$GITHUB_ENV"
shell: bash
- uses: dtolnay/rust-toolchain@stable
with:
components: llvm-tools
# FIXME: remove next step once PyO3/maturin-action filters `CARGO_HOME`
- run: echo 'CARGO_HOME=' >> "$GITHUB_ENV"
shell: bash
- name: Build initial wheel
uses: PyO3/maturin-action@v1
with: