Skip to content

Commit b4db9da

Browse files
authored
Update python-publish.yml
1 parent 0fa5af0 commit b4db9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python -m pip install --upgrade pip
2424
pip install setuptools wheel twine
2525
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
26-
- name: Test with pytest
26+
- name: Tests with pytest
2727
run: |
2828
python3 -m pytest --cov=sheet2dict -v tests/ --disable-warnings
2929
- name: Build and publish

0 commit comments

Comments
 (0)