Skip to content

Commit beaf246

Browse files
committed
Modify makefile to clean before building
also add test build functionality without pushing to PiPy
1 parent af52684 commit beaf246

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@ patch:
2323

2424
@bumpversion patch --allow-dirty
2525

26+
pypi_test:
27+
@rm -rf build dist *.egg-info
28+
@python3 setup.py sdist
29+
2630
pypi:
27-
31+
@rm -rf build dist *.egg-info
2832
@python3 setup.py sdist
2933
@twine upload dist/*
3034

0 commit comments

Comments
 (0)