- Bump version number in
setup.py
- If schema was modified, re-generate
schema/README.md
using jsonschema2mdgit clone https://github.com/adobe/jsonschema2md.git cd jsonschema2md npm link cd .. jsonschema2md -d ./tools/python/boutiques/schema/descriptor.schema.json cp out/descriptor.schema.md schema/README.md
- If the
README.md
at the root of this repository was updated, updatetools/python/README.rst
using pandoccp tools/python/README.rst tools/python/README_old.rst pandoc --from=markdown --to=rst --output=tools/python/README.rst README.md # Manually, you may need to replace the links near the top with the badges as specified in the top of the README_old.rst file # Once this is done, remove the old copy. # rm tools/python/README_old.rst
- Merge
develop
inmaster
- Create tag on GitHub, add release notes
- Push to PyPi:
python setup.py bdist_wheel --universal` twine upload dist/*