Skip to content

Commit d2419cd

Browse files
ci: add twine install
1 parent d769c30 commit d2419cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_wheel.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ 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
34+
CIBW_BEFORE_BUILD: pip install numpy setuptools wheel cython pkginfo twine
3535
CIBW_ARCHS_MACOS: "x86_64 arm64"
36+
CIBW_ARCHS: auto64
3637

3738
- uses: actions/upload-artifact@v3
3839
with:

0 commit comments

Comments
 (0)