1
0
mirror of https://github.com/rpkilby/jsonfield.git synced 2022-02-12 21:18:11 +03:00

Add sdist to release process notes

This commit is contained in:
Ryan P Kilby
2020-02-14 18:11:55 -08:00
parent 314bc9b839
commit bcc9106aa5

View File

@@ -119,7 +119,7 @@ Release Process
$ pip install -U pip setuptools wheel twine
$ rm -rf dist/ build/
$ python setup.py bdist_wheel
$ python setup.py sdist bdist_wheel
$ twine upload -r test dist/*
$ twine upload dist/*