We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d0fd5 commit aafeef6Copy full SHA for aafeef6
.github/workflows/publish-package.yml
@@ -42,7 +42,7 @@ jobs:
42
# fails and cancels release if the built package fails to import
43
run: |
44
pip install dist/*.whl
45
- python -c 'import data_profiler; print(data_profiler.__version__)'
+ python -c 'import dataprofiler; print(dataprofiler.__version__)'
46
- name: Publish
47
env:
48
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
0 commit comments