Skip to content

Commit 33fdb61

Browse files
committed
CI: fixed the name of the CLI tool
1 parent c65e578 commit 33fdb61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
- name: Test module is importable using the installed wheel - 3
4545
run: python -c "from save_and_restore_api.aio import SaveRestoreAPI"
4646

47-
- name: Test module is importable using the installed wheel - 4
48-
run: save-and-restore-api -h
47+
- name: Test if save-and-restore tools can be started
48+
run: save-and-restore -h
4949

5050

5151
#- name: Publish to PyPI using trusted publishing

0 commit comments

Comments
 (0)