Skip to content

Commit 22c2d04

Browse files
committed
Fix module name
1 parent 66cc1f9 commit 22c2d04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
mkdir install_test
2727
cd install_test
2828
python -m pip install ../dist/*.whl
29-
python -c "import sdaxen_python_utilities"
29+
python -c "import python_utilities"
3030
cd ..
3131
- name: Upload to PyPI
3232
uses: pypa/gh-action-pypi-publish@master

0 commit comments

Comments
 (0)