From 9d5f16c0b1a55f645df016da87ae07eda0fca2e7 Mon Sep 17 00:00:00 2001 From: David Wobrock Date: Sun, 19 May 2019 22:47:19 +0200 Subject: [PATCH] Update README: add note on how I usually publish the package --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index 7a39e8c8..66cd275d 100644 --- a/README.rst +++ b/README.rst @@ -126,6 +126,15 @@ Contributing First, thank you very much if you want to contribute to the project. Please base your work on the ``master`` branch and also target this branch in your pull request. +Publishing the package +---------------------- + +A small note on how the linter is usually published to PyPi: + +- ``python setup.py check --restructuredtext`` +- ``python3 setup.py sdist bdist_wheel --universal`` +- ``twine upload dist/django_migration_linter-X.Y.Z-py2.py3-none-any.whl dist/django-migration-linter-X.Y.Z.tar.gz`` + Blog post ---------