From 8cb312fe29937987efe82715dd93092ec5257949 Mon Sep 17 00:00:00 2001 From: Ryan P Kilby Date: Sun, 13 Oct 2019 21:25:04 -0700 Subject: [PATCH] Update readme release process --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a4bfc5..6b349c8 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,8 @@ class PostSerializer(ObjectPermissionsAssignmentMixin, serializers.ModelSerializ ```bash $ 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/* ```