Skip to content

Extend build and deploy python wheel jobs templates so they include build...

Mateusz Żebrak requested to merge mzebrak/python-build-deploy into develop

This MR contains of:

  • Fix for build/deploy job templates (missing GIT_STRATEGY=clone caused dynamic-versioning to fail)
  • Wheel version is now dumped to the dotenv artifacts (could be then used by other, related jobs e.g. one building a docker image)

Related:

Edited by Mateusz Żebrak

Merge request reports