Skip to content

Commit

Permalink
Corrected a typo of example, package-dir -> packages-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
francescalb committed Oct 25, 2024
1 parent fe7b9fc commit 774e633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/workflows/cd_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 774e633

Please sign in to comment.