From cbed0807822dd3ba0e51b99c6b28125422f690f0 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 26 Sep 2022 17:10:59 -0700 Subject: [PATCH] Typo --- docs/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index ef5a875..3a68b40 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -124,7 +124,7 @@ And to list all available commands:: Release process =============== -Releases are performed using tags. When a new release is published on GitHub, a `GitHub Action workflow `__ will perform the following: +Releases are performed using tags. When a new release is published on GitHub, a `GitHub Actions workflow `__ will perform the following: * Run the unit tests against all supported Python versions. If the tests pass... * Build a wheel bundle of the underlying Python source code