xcookie.builders.common_ci module

Common subroutines for consitency between gitlab-ci / github actions / etc…

xcookie.builders.common_ci.make_mypy_check_parts(self)[source]
xcookie.builders.common_ci.make_build_wheel_parts(self, wheelhouse_dpath='wheelhouse')[source]
xcookie.builders.common_ci.make_install_and_test_wheel_parts(self, wheelhouse_dpath, special_install_lines, workspace_dname, custom_before_test_lines=[], custom_after_test_commands=[])[source]

Builds the YAML common between github actions and gitlab CI to install and tests python packages.

References

https://stackoverflow.com/questions/42019184/python-how-can-i-get-the-version-number-from-a-whl-file