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

Skip to content

Commit 84ca0f9

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

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Release
22

33
on:
4-
push:
5-
tags:
6-
- '*'
4+
pull_request:
75

86
permissions:
97
contents: write
@@ -19,8 +17,8 @@ jobs:
1917
- uses: actions/setup-python@v4
2018
with:
2119
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
2422
- name: Build wheels
2523
uses: PyO3/maturin-action@v1
2624
with:
@@ -83,11 +81,8 @@ jobs:
8381
- uses: actions/setup-python@v4
8482
with:
8583
python-version: '3.10'
86-
- name: Set up Homebrew
87-
id: set-up-homebrew
88-
uses: Homebrew/actions/setup-homebrew@master
8984
- 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)"
9186
- name: Build wheels
9287
uses: PyO3/maturin-action@v1
9388
with:
@@ -143,7 +138,7 @@ jobs:
143138
python-version: '3.10'
144139
architecture: x64
145140
- name: Install ssl deps
146-
run: apt install pkg-config
141+
run: apt install make
147142
- name: Build wheels
148143
uses: messense/maturin-action@v1
149144
with:

0 commit comments

Comments
 (0)
0