Skip to content

Commit 7c196c5

Browse files
committed
Also upload sdist to PyPi
fixes #39, fixes #18
1 parent 90b8b20 commit 7c196c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ To release:
393393

394394
pip3 install twine
395395
rm -rf dist
396+
python3 setup.py sdist
396397
python3 setup.py bdist_wheel
397398
twine upload dist/*
398399
git tag v1.0.XXX # replace with version in setup.py

0 commit comments

Comments
 (0)