We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287b0bb commit 19f6201Copy full SHA for 19f6201
1 file changed
.github/workflows/publish2.yml
@@ -168,6 +168,7 @@ jobs:
168
uses: pypa/cibuildwheel@v2.23.0
169
env:
170
CIBW_ENVIRONMENT: "OMNIPKG_SKIP_C_EXT=0"
171
+ CIBW_BEFORE_BUILD: "pip install 'packaging>=23.0'"
172
CIBW_BUILD: "${{ matrix.py_tag }}-*"
173
CIBW_ARCHS: "${{ matrix.cibw_archs }}"
174
CIBW_SKIP: "pp*"
0 commit comments