also build sdist files

This commit is contained in:
Antoine Beaupré 2017-02-10 08:52:54 -05:00
parent c84621eb79
commit a9cb943c38

View file

@ -60,7 +60,7 @@ Release process
2. bump AppVersion in setup.py and commit changes
3. build wheel file (setup.py bdist_wheel) and upload to PyPI
3. build Python distributions files (`setup.py sdist bdist_wheel`) and upload to PyPI
4. tag release (vX.Y.Z)