Skip to content

Commit

Permalink
python -m maturin
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Nov 25, 2024
1 parent b212e62 commit 6be8d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
${{ matrix.platform.python }} -m pip install cffi
- name: Build wheel
run: rustup run nightly maturin build --release --out dist -i ${{ matrix.platform.python }} --target ${{ matrix.platform.target }}
run: ${{ matrix.platform.python }} -m maturin build --release --out dist -i ${{ matrix.platform.python }} --target ${{ matrix.platform.target }}

- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6be8d03

Please sign in to comment.