Skip to content

Commit 6ace313

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents c50ddd3 + 13351f7 commit 6ace313

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ python3 -m pip install --no-cache-dir sheet2dict
1111

1212
Required pip packages for sheet2doc: csv, openpyxl
1313

14-
<p align="center"><img src="/img/sheet2dict.gif?raw=true"/></p>
14+
<p align="center"><img src="https://raw.githubusercontent.com/Pytlicek/sheet2dict/main/img/sheet2dict.gif?raw=true"/></p>
1515

1616
## Usage
1717
This library has 2 main features: reading a spreadsheet files and converting them to array of python dictionaries.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="sheet2dict",
8-
version="0.0.5",
8+
version="0.0.7",
99
author="Tomas Pytel",
1010
author_email="[email protected]",
1111
description="Simple XLSX and CSV to dictionary converter",

0 commit comments

Comments
 (0)