You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* pyproject.toml updates to support cibuildwheel
* drop '--build-ext' option in setup.py for env var
This option to build the C extension is only used in the wheel
building process. cibuildwheel does not appear to support an
ability to pass options to setuptools, and even if it did there
appears to be no support for pip installing wheels with flags
like '--build-option' (see
pypa/pip#5771).
This commit also updates our build-wheels script to use this
env var, even though those scripts are more or less deprecated.
* add first cut at build_wheels github action
* tell build_wheels action about pydarshan directory
* checkout autoperf submodule before building wheels
* pin matplotlib<3.5 for cibuildwheel test phase
see gh-479 for more details
* avoid macos builds for now
* move cibuildwheel linux specific bits
* only build cpython, re-enable macos builds
* install automake on macos
* bug fix in specifying cibuildwheel before-all
* debug pypy 3.9 builds
* add more brew dependencies for macos
* skip pypy builds, as well as ppc/s390x
* explicitly specicy repair wheel commands
* restrict when wheels are built
for now, just runs manually via GitHub actions, or by appending
a message to the commit message
* add dummy file to test commit message wheel hooks
[wheel build]
* forgot part of the github workflow config
[wheel build]
* actually add the get commit message job
[wheel build]
* let's try one more time... [wheel build]
* allow manual running of wheels workflow
* update release checklist to reflect wheel changes
0 commit comments