From 4bc4ac17747d7e36cae0684bde72ddfa1a482694 Mon Sep 17 00:00:00 2001 From: "Francesca L. Bleken" <48128015+francescalb@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:00:36 +0100 Subject: [PATCH] Corrected a typo in pypi publishing example, package-dir -> packages-dir (#300) Corrected a typo of example, package-dir -> packages-dir --- docs/workflows/cd_release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/workflows/cd_release.md b/docs/workflows/cd_release.md index 1455f188..a380eda1 100644 --- a/docs/workflows/cd_release.md +++ b/docs/workflows/cd_release.md @@ -112,7 +112,7 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: # The path to the distribution to upload - package-dir: my-dists + packages-dir: my-dists/ ``` ## Updating instances of version in repository files