Skip to content

Commit

Permalink
Merge branch 'release/1.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius committed Sep 16, 2023
2 parents b36dbab + a3e87d5 commit ae36171
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Instal OpenSSL
run: sudo apt-get update -y && sudo apt-get install -y libssl-dev openssl pkg-config
- name: Check perl IPC
run: perl -e 'use IPC::Cmd'
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit ae36171

Please sign in to comment.