]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
chore: remove reference to publish script, given that it has been removed (#3017)
authorWesley Dias <luannleonn@gmail.com>
Sat, 13 Sep 2025 10:21:58 +0000 (11:21 +0100)
committerGitHub <noreply@github.com>
Sat, 13 Sep 2025 10:21:58 +0000 (12:21 +0200)
docs/contributing.md
scripts/README.md

index e11899e60c1e627b7e6a2eb35d55dfe09b91f465..5002724f2ddc57abe17b421dc837403247ebc878 100644 (file)
@@ -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.
index 7388eac4b3f6255420dad129132b0f3878b339f2..17554f6200bddb4f5714c87d9a727b784cc1c8e4 100644 (file)
@@ -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).