From fd8f962abe7778ef6edcd2dd796e2b4fa2f1fba5 Mon Sep 17 00:00:00 2001 From: Inada Naoki Date: Tue, 2 Aug 2022 04:33:01 +0000 Subject: Action: Update cibuildwheel to v2.8.1 --- .github/workflows/wheel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/wheel.yml') 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" -- cgit v1.2.1