Skip to content

Commit

Permalink
Instructions for releasing on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
anx-ckreuzberger committed Aug 9, 2019
1 parent d6d46fc commit f5a91e6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,3 +350,13 @@ python setup.py install
cd tests
python manage.py test
```

## Release on PyPi

To release this package on pypi, the following steps are used:

```bash
rm -rf dist/ build/
python setup.py sdist
twine upload dist/*
```

0 comments on commit f5a91e6

Please sign in to comment.