From: Wesley Dias Date: Sat, 13 Sep 2025 10:21:58 +0000 (+0100) Subject: chore: remove reference to publish script, given that it has been removed (#3017) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=61a0ba5101e726a9a2cf150303ede0650f6ca69c;p=thirdparty%2Fstarlette.git chore: remove reference to publish script, given that it has been removed (#3017) --- diff --git a/docs/contributing.md b/docs/contributing.md index e11899e6..5002724f 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -166,5 +166,3 @@ Once the release PR is merged, create a Once created this release will be automatically uploaded to PyPI. -If something goes wrong with the PyPI job the release can be published using the -`scripts/publish` script. diff --git a/scripts/README.md b/scripts/README.md index 7388eac4..17554f62 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -6,6 +6,5 @@ * `scripts/check` - Run the code linting, checking that it passes. * `scripts/coverage` - Check that code coverage is complete. * `scripts/build` - Build source and wheel packages. -* `scripts/publish` - Publish the latest version to PyPI. Styled after GitHub's ["Scripts to Rule Them All"](https://github.com/github/scripts-to-rule-them-all).