Skip to content

Commit 6899019

Browse files
committed
Update MakeFile
1 parent d1cb78f commit 6899019

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ new_version_patch:
1717
bumpversion patch
1818

1919
release:
20-
python setup.py sdist bdist_wheel upload
20+
rm -r dist/
21+
python -m build
22+
twine check dist/*
23+
twine upload dist/*
2124
git push --tags
2225

0 commit comments

Comments
 (0)