Skip to content

Commit

Permalink
trying within the maturin action
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekziade committed Oct 30, 2023
1 parent 42f632d commit fa62e17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,11 @@ jobs:
architecture: x64

- name: Build Wheels
uses: messense/maturin-action@v1
uses: PyO3/maturin-action@v1
with:
before-script-linux: |
apt update -y && apt-get install -y libssl-dev openssl pkg-config
sudo apt-get update -y
sudo apt-get install -y libssl-dev openssl pkg-config
rust-toolchain: nightly-2023-10-24
target: ${{ matrix.target }}
manylinux: auto
Expand Down

0 comments on commit fa62e17

Please sign in to comment.