Skip to content

Commit

Permalink
Release checklist: no need to rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
tartley committed Jun 16, 2022
1 parent 372c486 commit f411cb9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README-hacking.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).)
Expand Down

0 comments on commit f411cb9

Please sign in to comment.