chore: Build bdist_wheel

This commit is contained in:
Serg Tereshchenko 2022-05-27 18:12:46 +03:00
parent 0a78765fa1
commit f550f7d3e4

View file

@ -2,7 +2,7 @@ release:
standard-version
publish: clean
python setup.py sdist
python setup.py sdist bdist_wheel
twine upload dist/*
git push --follow-tags