Commit c9e4400c authored by Gaëtan Montury's avatar Gaëtan Montury Committed by Pierre Smeyers
Browse files

fix(hatch): exclude .cache directory from built package when using Hatch

parent 03c169ed
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
        ;;
      *)