Skip to content

Commit

Permalink
fix: Install maturin according to requirements-dev.txt (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz authored Apr 18, 2024
1 parent 7a95268 commit c689935
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 @@ -187,7 +187,7 @@ jobs:
export AR_arm_unknown_linux_gnueabihf=arm-unknown-linux-gnueabihf-ar
export CARGO_TARGET_ARM_UNKNOWN_LINUX_GNUEABIHF_LINKER=arm-unknown-linux-gnueabihf-gcc
pip3 install maturin
pip3 install -r requirements-dev.txt
maturin build --release --target arm-unknown-linux-gnueabihf --out dist
- name: Upload wheels
Expand Down

0 comments on commit c689935

Please sign in to comment.