Skip to content

Commit

Permalink
ci: add twine install
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Jan 23, 2025
1 parent d769c30 commit d2419cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
# to supply options, put them in 'env', like:
env:
CIBW_ARCHS_LINUX: ${{matrix.arch}}
CIBW_BEFORE_BUILD: pip install numpy setuptools wheel cython pkginfo
CIBW_BEFORE_BUILD: pip install numpy setuptools wheel cython pkginfo twine
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_ARCHS: auto64

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit d2419cd

Please sign in to comment.