We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aabc5fa commit 85b1b6cCopy full SHA for 85b1b6c
.github/workflows/pypi.yaml
@@ -83,6 +83,8 @@ jobs:
83
with:
84
python-version: '3.10'
85
architecture: ${{ matrix.platform.target }}
86
+ - name: Install OpenSSL
87
+ run: vcpkg install openssl:x64-windows-static-md
88
- name: Build wheels
89
uses: PyO3/maturin-action@v1
90
Cargo.toml
@@ -14,7 +14,7 @@ required-features = ["clap"]
14
15
[dependencies]
16
indicatif = "0.17.6"
17
-openssl = { version = "0.10.60", features = ["vendored"] }
+openssl = { version = "0.10.60" }
18
postgres = "0.19.7"
19
postgres-openssl = "0.5.0"
20
rand = "0.8.5"
0 commit comments