Skip to content

Commit

Permalink
Update URL and README
Browse files Browse the repository at this point in the history
  • Loading branch information
gsemet committed Apr 2, 2016
1 parent 4e0ee46 commit 9655eeb
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Fix imports allows you to automatically turn:
from any_module import d, f
from other_module import z, x
from any_module import (b,
e)
e)
from any_module import a, \
c,
c,
from a_module_that_should_be import at, after, all_others
Expand Down Expand Up @@ -128,6 +128,19 @@ Generating the documentation
Release and upload to Pypi
==========================

.. note::

In the normal case, package is automatically published to Pypi after successful Travis build.

To release using this automatic procedure, simply create a new tag, push it (do not forget to do
``git push --tags``). When successful, Travis will automatically publish a new version on Pypi.

Promote the tag to a proper Release in Github to align everything.

PS: ChangeLog will be properly updated on Pypi, not on Github (you need to align it manually).

Here is the manual release procedure.

- Commit everything localy

- Create the release tag
Expand Down Expand Up @@ -173,4 +186,4 @@ Release and upload to Pypi
.. |readthedocs-badge| image:: https://readthedocs.org/projects/fiximports/badge/?version=latest
.. _readthedocs-badge: https://readthedocs.org/projects/fiximports/builds/
.. |pypi-badge| image:: https://badge.fury.io/py/fiximports.svg
.. _pypi-badge: https://badge.fury.io/py/fiximports
.. _pypi-badge: https://pypi.python.org/pypi/fiximports/

0 comments on commit 9655eeb

Please sign in to comment.