Skip to content

Commit

Permalink
Update README: add note on how I usually publish the package
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Wobrock committed May 19, 2019
1 parent e948a93 commit 9d5f16c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------

Expand Down

0 comments on commit 9d5f16c

Please sign in to comment.