We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a6c5c commit 8d85f4aCopy full SHA for 8d85f4a
utility/bump_version.sh
@@ -39,6 +39,6 @@ git tag "v$VERSION"
39
rm -rf build/
40
rm -rf dist/
41
42
-python setup.py sdist bdist_wheel
+python -m build
43
twine upload dist/*
44
0 commit comments