Skip to content

Commit 22e551b

Browse files
authored
Remove distribution instructions, handled by github actions now
1 parent f456b99 commit 22e551b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,6 @@ INSTALLED_APPS = (
2323
)
2424
```
2525

26-
## distributing and releasing
27-
28-
```bash
29-
# Update version in setup.cfg
30-
./setup.py sdist
31-
twine upload dist/*
32-
# Commit and push the version update in setup.cfg
33-
# Publish vX.X.X release on GitHub with a description.
34-
```
35-
3626
## tests
3727

3828
```bash

0 commit comments

Comments
 (0)