docs: fix typos (#2061)

* docs: fix typo

* docs: fix typos

* docs: fix typos
This commit is contained in:
omahs
2024-11-01 11:39:32 +00:00
committed by GitHub
parent 66d45de432
commit d2c7614c3a
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ This requires setting this GitHub workflow in your project's PyPI settings (for
You should use Dependabot to keep the publish action up to date. In the above
example, the same name (the default, "artifact" is used for all upload-artifact
runs, so we can just download all of the in one step into a common directory.
runs, so we can just download all of them in one step into a common directory.
See
[`examples/github-deploy.yml`](https://github.com/pypa/cibuildwheel/blob/main/examples/github-deploy.yml)