Add notes for pypi upload

This commit is contained in:
Davide Andreoli 2015-05-07 20:56:45 +02:00
parent d571c49e6f
commit dba05cc1ba
1 changed files with 3 additions and 1 deletions

4
CODING
View File

@ -75,7 +75,9 @@ Release process instructions
* ssh to download.enlightenment.org and mv tarballs & md5sums to:
/srv/web/download.enlightenment.org/public_html/rel/bindings/python
* Upload the .tar.gz archive to pypi
* Upload the .tar.gz archive to pypi:
- first upload the PKG-INFO file from the "edit" section on pypi
- then upload the tarball from the "files" section
* Create and push the tag for the release
git tag -a v1.9.0 && git push origin v1.9.0
* Create and push the branch for stable backporting