Skip to content

Commit 19f6201

Browse files
authored
Add pip install for packaging before build step
1 parent 287b0bb commit 19f6201

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ jobs:
168168
uses: pypa/cibuildwheel@v2.23.0
169169
env:
170170
CIBW_ENVIRONMENT: "OMNIPKG_SKIP_C_EXT=0"
171+
CIBW_BEFORE_BUILD: "pip install 'packaging>=23.0'"
171172
CIBW_BUILD: "${{ matrix.py_tag }}-*"
172173
CIBW_ARCHS: "${{ matrix.cibw_archs }}"
173174
CIBW_SKIP: "pp*"

0 commit comments

Comments
 (0)