Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 288 Bytes

RELEASING.md

File metadata and controls

10 lines (7 loc) · 288 Bytes

Releasing

Replace x.y.z below with the new version.

  1. Bump the __version__ in flask_resty/__init__.py.
  2. Commit: git commit -m "vx.y.z"
  3. Tag the commit: git tag vx.y.z
  4. Push the tag: git push --tags origin master

GitHub Actions will take care of releasing to PyPI.