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 197b19f + aaa20fe commit 7df0d00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,14 @@ 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 libudev-dev librust-openssl-sys-dev
- name: Check perl IPC
run: perl -e 'use IPC::Cmd'
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist
sccache: 'true'
manylinux: auto
before-script-linux: |
sudo apt-get update -y && sudo apt-get install -y libssl-dev openssl pkg-config
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -140,13 +137,12 @@ jobs:
python-version: '3.11'
architecture: x64
- name: Instal OpenSSL
run: sudo apt-get update && sudo apt-get install libssl-dev openssl libipc-run-perl
run: sudo apt-get update && sudo apt-get install libssl-dev openssl
- name: Build wheels
uses: messense/maturin-action@v1
with:
target: ${{ matrix.target }}
args: --release --out dist
sccache: 'true'
manylinux: musllinux_1_2
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ chrono = "0.4.26"
eq-float = "0.1.0"
log = "0.4.20"
openssl = { version = "0.10.57", features = ["vendored"] }
openssl-sys = { version = "0.9.93", features = ["vendored"] }
pyo3 = { version = "0.19.2", features = [
"auto-initialize",
"abi3-py38",
Expand Down

0 comments on commit 7df0d00

Please sign in to comment.