Skip to content

Commit 8d85f4a

Browse files
committed
utility: use modern version to build package
1 parent b3a6c5c commit 8d85f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utility/bump_version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ git tag "v$VERSION"
3939
rm -rf build/
4040
rm -rf dist/
4141

42-
python setup.py sdist bdist_wheel
42+
python -m build
4343
twine upload dist/*
4444

0 commit comments

Comments
 (0)