Skip to content

Commit 98a48bf

Browse files
committed
fix tests
1 parent 4a3a233 commit 98a48bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,6 @@ clean-pyc:
5757
find . -name '.pytest_cache' -exec rm -fr {} +
5858
find . -name '.mypy_cache' -exec rm -fr {} +
5959

60-
upload: clean
60+
upload:
61+
python setup.py sdist bdist_wheel
6162
twine upload dist/*

0 commit comments

Comments
 (0)