Skip to content

Commit 4c65779

Browse files
committed
Run clean before publish [skip ci]
1 parent 914fcf8 commit 4c65779

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
lint:
22
pycodestyle . --ignore=E501
33

4-
publish:
4+
publish: clean
55
python3 setup.py bdist_wheel --universal
66
ls dist
77
# twine upload dist/*
8-
rm -rf build dist pgvector.egg-info
8+
make clean
9+
10+
clean:
11+
rm -rf .pytest_cache build dist pgvector.egg-info

0 commit comments

Comments
 (0)