File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 1
1
name : Release
2
2
3
3
on :
4
- push :
5
- tags :
6
- - ' *'
4
+ pull_request :
7
5
8
6
permissions :
9
7
contents : write
19
17
- uses : actions/setup-python@v4
20
18
with :
21
19
python-version : ' 3.10'
22
- - name : Install deps for ssl
23
- run : sudo apt-get update && sudo apt-get install libssl-dev openssl
20
+ - name : Install ssl deps
21
+ run : apt install make
24
22
- name : Build wheels
25
23
uses : PyO3/maturin-action@v1
26
24
with :
83
81
- uses : actions/setup-python@v4
84
82
with :
85
83
python-version : ' 3.10'
86
- - name : Set up Homebrew
87
- id : set-up-homebrew
88
- uses : Homebrew/actions/setup-homebrew@master
89
84
- name : Install openssl deps
90
- run : brew install openssl
85
+ run : /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
91
86
- name : Build wheels
92
87
uses : PyO3/maturin-action@v1
93
88
with :
@@ -143,7 +138,7 @@ jobs:
143
138
python-version : ' 3.10'
144
139
architecture : x64
145
140
- name : Install ssl deps
146
- run : apt install pkg-config
141
+ run : apt install make
147
142
- name : Build wheels
148
143
uses : messense/maturin-action@v1
149
144
with :
You can’t perform that action at this time.
0 commit comments