From 3d46dffa52ea0fc7f32bcb4606221241a85b2f40 Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Fri, 22 Mar 2024 10:31:34 +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 7473159258..354d21b2d2 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.