Skip to content

Commit

Permalink
linux test vendored build
Browse files Browse the repository at this point in the history
  • Loading branch information
Isotr0py committed Nov 7, 2024
1 parent ffee89a commit 0def36f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,14 @@ jobs:
with:
python-version: '3.10'

- name: Setup Rust in containers
run: |
echo "CIBW_BEFORE_ALL=curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal" >> $GITHUB_ENV
echo "CARGO_HOME=/usr/local/" >> $GITHUB_ENV
- name: Build wheels
uses: pypa/cibuildwheel@v2.21.2
env:
CARGO_HOME: "/usr/local/"
CIBW_BEFORE_ALL: "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal"
CIBW_BUILD_FRONTEND: "pip; args: --config-settings=build-args='--features=vendored'"

- name: Upload wheels
Expand Down

0 comments on commit 0def36f

Please sign in to comment.