From fe6cac2dfe0f532ca61aadf0aeb96d11f735485c Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Fri, 22 Mar 2024 10:31:05 +0000 Subject: [PATCH] docs(contributing): fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 54af8416..bc628536 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -121,5 +121,5 @@ You can release to package managers by using [the `Publish PyPI` GitHub action]( ### Publish manually -If you need to manually release a package, you can run the `bin/publish-pypi` script with an `PYPI_TOKEN` set on +If you need to manually release a package, you can run the `bin/publish-pypi` script with a `PYPI_TOKEN` set on the environment.