projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
fde5583
)
Pyffish wheels (#471)
author
Bajusz Tamás
<gbtami@users.noreply.github.com>
Mon, 9 May 2022 16:34:46 +0000 (18:34 +0200)
committer
GitHub
<noreply@github.com>
Mon, 9 May 2022 16:34:46 +0000 (18:34 +0200)
.github/workflows/wheels.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/wheels.yml
b/.github/workflows/wheels.yml
index
b509204
..
dadc3b9
100644
(file)
--- a/
.github/workflows/wheels.yml
+++ b/
.github/workflows/wheels.yml
@@
-1,9
+1,12
@@
-name: Build
+name: Wheels
on:
push:
branches:
- master
+ pull_request:
+ branches:
+ - master
jobs:
build_wheels:
@@
-28,7
+31,7
@@
jobs:
env:
MACOSX_DEPLOYMENT_TARGET: "10.14"
CIBW_ARCHS_MACOS: "x86_64 arm64"
- CIBW_SKIP: "pp* *-win32 *-manylinux_i686 *-musllinux_* cp36-* cp37-*"
+ CIBW_SKIP: "pp* *-win32 *-manylinux_i686 *-musllinux_* cp36-*"
CIBW_TEST_COMMAND: python {project}/test.py
- uses: actions/upload-artifact@v3