From 6280d370bcf0cb349377d757fea8499bb30cf3f3 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Wed, 22 Oct 2025 11:30:49 +0800 Subject: [PATCH] [U] Clarify notes --- tools/deploy.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/deploy.md b/tools/deploy.md index 48cf8910..00675b61 100644 --- a/tools/deploy.md +++ b/tools/deploy.md @@ -1,4 +1,5 @@ ### Things to do before deploying... * [ ] Update changelog (`README.md`) and commit changes -* [ ] Run `python tools/deploy-release.py {version}` \ No newline at end of file +* [ ] Run `mamba activate 313` (an environment that has build deps e.g. twine) +* [ ] Run `python tools/deploy-release.py {version}`