summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2022-08-02 04:33:01 +0000
committerInada Naoki <songofacandy@gmail.com>2022-08-02 04:33:01 +0000
commitfd8f962abe7778ef6edcd2dd796e2b4fa2f1fba5 (patch)
treef5144eba654f9ac92bb799c8186938a857929bc7
parent9d45926a596028e39ec59dd909a56eb5e9e8fee7 (diff)
downloadmsgpack-python-fd8f962abe7778ef6edcd2dd796e2b4fa2f1fba5.tar.gz
Action: Update cibuildwheel to v2.8.1
-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"