summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/wheel.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml
index d73898c..b71cd46 100644
--- a/.github/workflows/wheel.yml
+++ b/.github/workflows/wheel.yml
@@ -1,7 +1,7 @@
name: Build Wheels
on:
push:
- branches: [main]
+ branches: [main, ci]
create:
jobs:
@@ -35,7 +35,7 @@ jobs:
make cython
- name: Build
- uses: pypa/cibuildwheel@v2.6.0
+ uses: pypa/cibuildwheel@v2.8.1
env:
CIBW_TEST_REQUIRES: "pytest"
CIBW_TEST_COMMAND: "pytest {package}/test"