Skip to content

Commit 6bc47e9

Browse files
ci: update packaging
1 parent e57a4c5 commit 6bc47e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# to supply options, put them in 'env', like:
3232
env:
3333
CIBW_ARCHS_LINUX: ${{matrix.arch}}
34-
CIBW_BEFORE_BUILD: pip install numpy setuptools wheel cython pkginfo twine
34+
CIBW_BEFORE_BUILD: pip install numpy setuptools wheel cython pkginfo packaging twine
3535
CIBW_ARCHS_MACOS: "x86_64 arm64"
3636
CIBW_ARCHS: auto64
3737

0 commit comments

Comments
 (0)