We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c65e578 commit 33fdb61Copy full SHA for 33fdb61
.github/workflows/publish-pypi.yml
@@ -44,8 +44,8 @@ jobs:
44
- name: Test module is importable using the installed wheel - 3
45
run: python -c "from save_and_restore_api.aio import SaveRestoreAPI"
46
47
- - name: Test module is importable using the installed wheel - 4
48
- run: save-and-restore-api -h
+ - name: Test if save-and-restore tools can be started
+ run: save-and-restore -h
49
50
51
#- name: Publish to PyPI using trusted publishing
0 commit comments