Skip to content

Commit 955e640

Browse files
committed
Fix/Correct package name in release workflow test-install step
The pip show command used 'complexheart-criteria' but the actual package name is 'complex-heart-criteria'.
1 parent b967cdc commit 955e640

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- name: Install Package
110110
run: |
111111
pip install dist/*.whl
112-
pip show complexheart-criteria
112+
pip show complex-heart-criteria
113113
114114
publish-pypi:
115115
name: Publish to PyPI

0 commit comments

Comments
 (0)