-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dimitris Glezos
committed
May 18, 2011
1 parent
5ac7f9e
commit 6bd08b4
Showing
2 changed files
with
26 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Releasing | ||
========= | ||
|
||
To create a new release: | ||
|
||
1. Update local rep and update the version in ``setup.py``:: | ||
|
||
$ hg pull -u | ||
$ vim setup.py | ||
|
||
2. Test:: | ||
|
||
$ python setup.py clean sdist | ||
$ cd dist | ||
$ tar zxf ... | ||
$ cd transifex-client | ||
...test | ||
|
||
3. Package and upload on PyPI:: | ||
|
||
$ python setup.py clean sdist bdist_egg upload |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters