8000 Changed actions · psqlpy-python/psqlpy@9a96f91 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a96f91

Browse files
committed
Changed actions
Signed-off-by: chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>
1 parent 184ea6f commit 9a96f91

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- uses: actions/setup-python@v4
2020
with:
2121
python-version: '3.10'
22+
- name: Install deps for ssl
23+
run: sudo apt-get update && sudo apt-get install libssl-dev openssl
2224
- name: Build wheels
2325
uses: PyO3/maturin-action@v1
2426
with:
@@ -50,6 +52,8 @@ jobs:
5052
with:
5153
python-version: '3.10'
5254
architecture: ${{ matrix.target }}
55+
- name: Install deps for ssl
56+
run: vcpkg install openssl
5357
- name: Build wheels
5458
uses: PyO3/maturin-action@v1
5559
with:
@@ -79,6 +83,11 @@ jobs:
7983
- uses: actions/setup-python@v4
8084
with:
8185
python-version: '3.10'
86+
- name: Set up Homebrew
87+
id: set-up-homebrew
88+
uses: Homebrew/actions/setup-homebrew@master
89+
- name: Install openssl deps
90+
run: brew install openssl
8291
- name: Build wheels
8392
uses: PyO3/maturin-action@v1
8493
with:
@@ -133,6 +142,8 @@ jobs:
133142
with:
134143
python-version: '3.10'
135144
architecture: x64
145+
- name: Install ssl deps
146+
run: apt install pkg-config
136147
- name: Build wheels
137148
uses: messense/maturin-action@v1
138149
with:

0 commit comments

Comments
 (0)
0