summaryrefslogtreecommitdiff
path: root/.github/workflows/wheel.yml
diff options
context:
space:
mode:
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 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"