From 4ee534420982888fde42f131d0224f109bb8509a Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Fri, 21 Nov 2025 20:10:23 +0800 Subject: [PATCH] Update deploy.md --- tools/deploy.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/deploy.md b/tools/deploy.md index 00675b61..8c44323b 100644 --- a/tools/deploy.md +++ b/tools/deploy.md @@ -1,5 +1,7 @@ +(If anyone stumbles upon this file, it's just some notes for myself because I always forgor stuff) + ### Things to do before deploying... * [ ] Update changelog (`README.md`) and commit changes * [ ] Run `mamba activate 313` (an environment that has build deps e.g. twine) -* [ ] Run `python tools/deploy-release.py {version}` +* [ ] Run `python -m tools.deploy-release {version}`