File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 47
47
args : --release --out dist --find-interpreter
48
48
sccache : ' true'
49
49
manylinux : auto
50
- before-script-linux : (apt-get update && apt-get install apt-utils && apt-get install - y pkg-config libssl-dev ) || (yum install openssl openssl-devel -y)
50
+ before-script-linux : (apt-get update && apt-get install - y pkg-config make ) || (yum install make -y)
51
51
- name : Upload wheels
52
52
uses : actions/upload-artifact@v4
53
53
with :
79
79
args : --release --out dist --find-interpreter
80
80
sccache : ' true'
81
81
manylinux : musllinux_1_2
82
- before-script-linux : (apt-get update && apt-get install apt-utils && apt-get install - y pkg-config libssl-dev ) || (yum install openssl openssl-devel -y)
82
+ before-script-linux : (apt-get update && apt-get install - y pkg-config make ) || (yum install make -y)
83
83
- name : Upload wheels
84
84
uses : actions/upload-artifact@v4
85
85
with :
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ base64 = "0.22.1"
27
27
scrypt = " 0.11.0"
28
28
pkcs8 = " 0.10.2"
29
29
schnorrkel = " 0.11.4"
30
+ openssl = { version = " 0.10.64" , features = [" vendored" ] }
30
31
31
32
[features ]
32
33
extension-module = [" pyo3/extension-module" ]
You can’t perform that action at this time.
0 commit comments