summaryrefslogtreecommitdiff
path: root/.github/workflows/wheel.yml
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2023-01-18 19:47:15 +0900
committerGitHub <noreply@github.com>2023-01-18 19:47:15 +0900
commit10082295536098d90681da5d7199ca384e8b8ff8 (patch)
tree0e7494b6d79ce2b6986f25f7ddbb8b4f44315791 /.github/workflows/wheel.yml
parentb82d0b62f187552b8108602d7b0451ac362a29cc (diff)
downloadmsgpack-python-1.0.5rc1.tar.gz
Release v1.0.5rc1 (#528)v1.0.5rc1
Diffstat (limited to '.github/workflows/wheel.yml')
-rw-r--r--.github/workflows/wheel.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml
index 770b565..b2879fe 100644
--- a/.github/workflows/wheel.yml
+++ b/.github/workflows/wheel.yml
@@ -35,7 +35,7 @@ jobs:
make cython
- name: Build
- uses: pypa/cibuildwheel@v2.9.0
+ uses: pypa/cibuildwheel@v2.12.0
env:
CIBW_TEST_REQUIRES: "pytest"
CIBW_TEST_COMMAND: "pytest {package}/test"