Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
erdalkaraca committed May 5, 2024
1 parent 17293cd commit 2c8640d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload Python Package
name: Publish to PyPi

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion ancpbids/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------
Expand Down

0 comments on commit 2c8640d

Please sign in to comment.