Skip to content

Commit eecf3f1

Browse files
fix: parse alias_key.json as json not with pandas
1 parent 6cb0ba8 commit eecf3f1

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ __pycache__/
33
.pytest_cache/
44
dist/
55
.DS_STORE
6+
build/

.vscode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"python.testing.pytestArgs": [
3+
"tests"
4+
],
5+
"python.testing.unittestEnabled": false,
6+
"python.testing.pytestEnabled": true
7+
}

src/pango_aliasor/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ Run `pytest` from the project root to run all tests.
55
## Release
66

77
```bash
8-
pip install build
9-
python -m build --sdist --outdir dist .
10-
pip install twine
8+
python -m build --wheel
119
rm -rf dist
1210
twine upload dist/*
1311
```

0 commit comments

Comments
 (0)