This is an automated email from the ASF dual-hosted git repository.
hcr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/main by this push:
new 9a7c21efb Update release process (#987)
9a7c21efb is described below
commit 9a7c21efb37f594e66033fdb968b2d4acce07928
Author: Guan-Ming (Wesley) Chiu <[email protected]>
AuthorDate: Thu Jan 29 23:16:32 2026 +0800
Update release process (#987)
---
dev/generate-rc-issue.sh | 2 +-
dev/rc-email-template.md | 2 +-
pyproject.toml | 7 +++++++
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/dev/generate-rc-issue.sh b/dev/generate-rc-issue.sh
index b5525121c..28418aea7 100755
--- a/dev/generate-rc-issue.sh
+++ b/dev/generate-rc-issue.sh
@@ -8,7 +8,7 @@ QDP_VERSION=${2:-"0.1.0rc1"}
MILESTONE=${3:-"Qumat 0.5.0"}
cat << EOF
-# Testing Apache Mahout Qumat 0.5.0rc1
+# Testing Apache Mahout Qumat ${QUMAT_VERSION}
We kindly request all contributors to help test the Release Candidate for
[qumat ${QUMAT_VERSION}](https://pypi.org/project/qumat/${QUMAT_VERSION}/) and
[qumat-qdp ${QDP_VERSION}](https://pypi.org/project/qumat-qdp/${QDP_VERSION}/).
## Requirements
diff --git a/dev/rc-email-template.md b/dev/rc-email-template.md
index 441e0a067..a4ce7b409 100644
--- a/dev/rc-email-template.md
+++ b/dev/rc-email-template.md
@@ -29,7 +29,7 @@ Send this to `[email protected]` after the RC has been
published to PyPI.
---
-**Subject:** [VOTE] Release Mahout qumat {QUMAT_VERSION}rc{N} and qumat-qdp
{QDP_VERSION}rc{N}
+**Subject:** [VOTE] Release Mahout qumat from {QUMAT_VERSION}rc{N} and
qumat-qdp from {QDP_VERSION}rc{N}
---
diff --git a/pyproject.toml b/pyproject.toml
index 47337c697..51d9a89b7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -54,3 +54,10 @@ markers = [
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
+
+[tool.hatch.build.targets.sdist]
+only-include = [
+ "qumat",
+ "LICENSE",
+ "README.md",
+]