diff --git a/docs/release.rst b/docs/release.rst index 4236877..728467f 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -23,17 +23,6 @@ Publishing to PyPI * ``make dist`` to create source and wheel distributions * ``make publish`` to push them to PyPI -Publishing to Debian repo -------------------------- - -Publishing deb packages is done via `ihabunek/packages `_. - -* run ``make deb_dist`` to create the debian package -* copy deb file to packages project directory -* in packages project directory: - * ``make`` to build the repo files - * ``make publish`` to send them to the server - Github release --------------