Create a new version & upload to RelEng's Pypi
From the instructions in here:
- Make your code changes
- Update the version in setup.py
- Add a new line to CHANGES.txt with the new version, the date and what is changing
- cd mozpoolclient && python setup.py sdist
Upload to Pypi
NOTE: This only applies to me and dustin as the package maintainers on pypi
- Register the app with "python setup.py register"
- You can read the instructions in here
- Build, register, sign and upload
- python setup.py sdist register upload --sign
- When you load the pypi package you should see a green "download" button
This work by Zambrano Gasparnian, Armen is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License.
No comments:
Post a Comment