summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2022-06-03 13:46:51 +0900
committerGitHub <noreply@github.com>2022-06-03 13:46:51 +0900
commitb5acfd53833c3dbd379e539cc6e540cec83d0a99 (patch)
tree8e3e57a05567bf2095ea32852a02ce4103ceceb1 /.github
parentcaadbf2df5a87039a52a5dcf4fc3f151bba70eed (diff)
downloadmsgpack-python-b5acfd53833c3dbd379e539cc6e540cec83d0a99.tar.gz
Release v1.0.4 (#509)v1.0.4
Diffstat (limited to '.github')
-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 9e8dce8..d73898c 100644
--- a/.github/workflows/wheel.yml
+++ b/.github/workflows/wheel.yml
@@ -35,7 +35,7 @@ jobs:
make cython
- name: Build
- uses: pypa/cibuildwheel@v2.5.0
+ uses: pypa/cibuildwheel@v2.6.0
env:
CIBW_TEST_REQUIRES: "pytest"
CIBW_TEST_COMMAND: "pytest {package}/test"