Skip to content

Commit

Permalink
utility: use modern version to build package
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav1dde committed Sep 29, 2024
1 parent b3a6c5c commit 8d85f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utility/bump_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ git tag "v$VERSION"
rm -rf build/
rm -rf dist/

python setup.py sdist bdist_wheel
python -m build
twine upload dist/*

0 comments on commit 8d85f4a

Please sign in to comment.