We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17602af commit 46a97d9Copy full SHA for 46a97d9
.github/workflows/maturin.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: PyO3/maturin-action@v1
30
with:
31
target: ${{ matrix.platform.target }}
32
- args: --release --out dist --find-interpreter --features openssl/vendored
+ args: --release --out dist --find-interpreter
33
manylinux: 2_28
34
before-script-linux: |
35
set -ex
Cargo.toml
@@ -9,6 +9,7 @@ name = "hp"
9
crate-type = ["cdylib"]
10
11
[dependencies]
12
+openssl-sys = { version = "*", features = ["vendored"] }
13
pyo3 = { version = "0.23.4", features = ["extension-module"] }
14
rust-htslib = "0.49.0"
15
rayon = "1.10.0"
0 commit comments