Skip to content

Commit 717e773

Browse files
committed
new BuildAndTest github workflow
1 parent 1979fcb commit 717e773

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/BuildAndTest.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: BuildAndTest
22

33
on:
44
workflow_dispatch:
5-
pull_request:
6-
push:
7-
branches:
8-
- dev
95

106
defaults:
117
run:
@@ -19,7 +15,6 @@ jobs:
1915
platform: [windows-latest, macos-latest, macos-13, ubuntu-latest]
2016

2117
runs-on: ${{ matrix.platform }}
22-
if: "contains(github.event.head_commit.message, '+ci')"
2318

2419
steps:
2520
- uses: actions/checkout@v4
@@ -43,11 +38,11 @@ jobs:
4338
CIBW_BUILD_FRONTEND: "pip; args: --verbose"
4439
CIBW_ENVIRONMENT: "FORCE_AVX2=1"
4540
CIBW_ENVIRONMENT_MACOS: "FORCE_AVX2=1 MACOSX_DEPLOYMENT_TARGET=11.00"
46-
CIBW_SKIP: "cp313-*"
41+
# CIBW_SKIP: "cp313-*"
42+
CIBW_SKIP: "pp*win*"
4743

4844
build_sdist:
4945
runs-on: ubuntu-latest
50-
if: "contains(github.event.head_commit.message, '+ci')"
5146

5247
steps:
5348
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)