We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66cc1f9 commit 22c2d04Copy full SHA for 22c2d04
1 file changed
.github/workflows/publish.yml
@@ -26,7 +26,7 @@ jobs:
26
mkdir install_test
27
cd install_test
28
python -m pip install ../dist/*.whl
29
- python -c "import sdaxen_python_utilities"
+ python -c "import python_utilities"
30
cd ..
31
- name: Upload to PyPI
32
uses: pypa/gh-action-pypi-publish@master
0 commit comments