Added wheel package upon release

This commit is contained in:
Bart Versluijs 2024-04-17 13:16:41 +02:00 committed by Volodymyr Magamedov
parent 3c0fa03c31
commit 9ea908d877
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ proto: clean
release: proto
./scripts/release_check.sh
rm -rf grpclib.egg-info
python setup.py sdist
python setup.py sdist bdist_wheel
reqs:
pip-compile -U setup.py -o setup.txt