Skip to content

Commit

Permalink
now with inside rust
Browse files Browse the repository at this point in the history
  • Loading branch information
Skelsec committed Dec 1, 2023
1 parent 270cff3 commit bfe9545
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ jobs:
with:
toolchain: stable
default: true



- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
# env:
# CIBW_SOME_OPTION: value
env:
CIBW_BEFORE_ALL_LINUX: "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && source $HOME/.cargo/env"
# ...
with:
package-dir: .
Expand Down

0 comments on commit bfe9545

Please sign in to comment.