From f411cb9e62a3f9beaf22ac9fbaf80f3a66ea4898 Mon Sep 17 00:00:00 2001 From: Jonathan Hartley Date: Wed, 15 Jun 2022 22:18:36 -0500 Subject: [PATCH] Release checklist: no need to rebuild --- README-hacking.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README-hacking.md b/README-hacking.md index a902604..1213aa4 100644 --- a/README-hacking.md +++ b/README-hacking.md @@ -103,9 +103,8 @@ target. HTTP 400 response on uploading to test.pypi.org, but outputs a message saying this is expected and carries on: - * Windows: `.\clean.ps1 && .\bootstrap.ps1 && .\build.ps1 && - .\test-release.ps1` - * Linux: `make clean bootstrap build test-release` + * Windows: `.\test-release.ps1` + * Linux: `make test-release` (This currently only tests the wheel, but [should soon test the sdist too](https://github.com/tartley/colorama/issues/286).)