File tree 1 file changed +2
-2
lines changed
1 file changed +2
-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 apt-utils && apt-get install -y pkg-config libssl-dev) || (yum install openssl openssl-devel -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 apt-utils && apt-get install -y pkg-config libssl-dev) || (yum install openssl openssl-devel -y)
83
83
- name : Upload wheels
84
84
uses : actions/upload-artifact@v4
85
85
with :
You can’t perform that action at this time.
0 commit comments