We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d245d1f commit 7c230c5Copy full SHA for 7c230c5
.github/workflows/default.yml
@@ -78,7 +78,7 @@ jobs:
78
79
- name: Build wheels on linux
80
if: ${{ matrix.buildplat[1] == 'manylinux' }}
81
- uses: pypa/cibuildwheel@v2.19.2
+ uses: pypa/cibuildwheel@v2.21.3
82
env:
83
CIBW_ENVIRONMENT: PATH=$(pwd)/go/bin:$PATH
84
CIBW_BEFORE_BUILD: sh pre-build-command.sh
@@ -88,7 +88,7 @@ jobs:
88
89
- name: Build wheels on macos
90
if: ${{ matrix.buildplat[1] == 'macosx' }}
91
- uses: pypa/cibuildwheel@v2.16.2
92
93
94
0 commit comments