Commit 89509b51 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch 'fix/hatch-build' into 'main'

fix: hatch only manage .gitignore at top level so update package job

Closes #137

See merge request to-be-continuous/python!195
parents 03c169ed c9e4400c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1036,6 +1036,7 @@ variables:
      hatch*)
        maybe_install_build_system
        log_info "--- build packages (hatch)..."
        echo ".cache" >> .gitignore
        $PYTHON_BUILD_SYSTEM_CMD build
        ;;
      *)