-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI CIBW pypi releases #819
Conversation
also skip 32bit builds for i686
where available
include the wheels built from CIBW manylinux images to GH Release files.
and Artifacts
@dkeeney please have a look, esp at the doc if that's ok? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I am glad you found time to take on the cleanup of the build system. 🥇
power consumption for a gymnasium over the course of several months. | ||
|
||
To run python version: | ||
``` | ||
python -m htm.examples.hotgym | ||
``` | ||
|
||
To run C++ version: (assuming current directory is top of repository) | ||
``` | ||
To run C++ version: (assuming current directory is root of the repository) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no C++ version of the hotgym example.
The names were changed to 'hello' and 'dynamic_hello' because they had nothing in common with the python hotgym example.
Fixes #802