Releases: Zoynels/actions_python_cpp_compiler
Releases · Zoynels/actions_python_cpp_compiler
v.0.0.3
Build
- Rewrite setup.py with pybind11 examples without complex code
- Remove the pybind11 submodule (need to install before build)
Changes in GitHub Actions
- Refactor workflow (build process use GitHub actions)
- Build packages on different platforms and python versions
- Create Release with workflow
- Upload Release to https://pypi.org/
v0.0.1
Example of github actions with python and c++ module.
This is not the best solution, but it works!
We have several version (changes could be only in wrapper, but cpp-module could not be changed)
- Version of cpp-module file
- Version of wrapper on cpp-module file (module version)
If cpp module changes also should be changed module version, but if wrapper changed and cpp-module not changed, then cpp-module version could be not changed.