diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index c105007..8c29f25 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -1,4 +1,4 @@ -name: Upload Python Package +name: Publish to PyPi on: release: diff --git a/ancpbids/utils.py b/ancpbids/utils.py index 2cb3182..74cd514 100644 --- a/ancpbids/utils.py +++ b/ancpbids/utils.py @@ -13,7 +13,7 @@ def parse_bids_name(name: str): Parameters ---------- name - The file name to parse. If a full path (with path separaters), the path segments will be ignored. + The file name to parse. If a full path (with path separators), the path segments will be ignored. Returns -------