Skip to content

Commit aafeef6

Browse files
authored
chore: Update publish-package.yml (#1172)
1 parent 48d0fd5 commit aafeef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# fails and cancels release if the built package fails to import
4343
run: |
4444
pip install dist/*.whl
45-
python -c 'import data_profiler; print(data_profiler.__version__)'
45+
python -c 'import dataprofiler; print(dataprofiler.__version__)'
4646
- name: Publish
4747
env:
4848
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}

0 commit comments

Comments
 (0)