Skip to content

Commit

Permalink
Update readme release process
Browse files Browse the repository at this point in the history
  • Loading branch information
rpkilby committed Oct 14, 2019
1 parent 0165589 commit 8cb312f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
```

Expand Down

0 comments on commit 8cb312f

Please sign in to comment.