diff options
author | Dave Andreoli <dave@gurumeditation.it> | 2015-05-07 20:56:45 +0200 |
---|---|---|
committer | Dave Andreoli <dave@gurumeditation.it> | 2015-05-07 20:56:55 +0200 |
commit | dba05cc1bae27eff5f31f2859f4edb4ffac88380 (patch) | |
tree | 9561d5c773168b93ea14e105c1fa67db1e5b4ee8 | |
parent | d571c49e6f1e01ea8d5d6c24a676742bd4befd03 (diff) |
Add notes for pypi upload
-rw-r--r-- | CODING | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -75,7 +75,9 @@ Release process instructions | |||
75 | 75 | ||
76 | * ssh to download.enlightenment.org and mv tarballs & md5sums to: | 76 | * ssh to download.enlightenment.org and mv tarballs & md5sums to: |
77 | /srv/web/download.enlightenment.org/public_html/rel/bindings/python | 77 | /srv/web/download.enlightenment.org/public_html/rel/bindings/python |
78 | * Upload the .tar.gz archive to pypi | 78 | * Upload the .tar.gz archive to pypi: |
79 | - first upload the PKG-INFO file from the "edit" section on pypi | ||
80 | - then upload the tarball from the "files" section | ||
79 | * Create and push the tag for the release | 81 | * Create and push the tag for the release |
80 | git tag -a v1.9.0 && git push origin v1.9.0 | 82 | git tag -a v1.9.0 && git push origin v1.9.0 |
81 | * Create and push the branch for stable backporting | 83 | * Create and push the branch for stable backporting |