Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 563 Bytes

HowToBuild.md

File metadata and controls

12 lines (12 loc) · 563 Bytes
  1. check the version of objectsync and topicsync is the newest
  2. update frontend\src\version.ts (check version with cz bump --dry-run )
  3. temporary copy readme.md to backend\readme.md so that it can be published
  4. bump version with cz bump
  5. pip install -e backend -e extensions\grapycal_builtin
  6. update and copy the example file to backend\src\grapycal\Welcome.grapycal
  7. poerty build with build.bat
  8. delete grapycal config file in appdata
  9. test_build.bat
  10. publish: publish.bat
  11. test_build_pypi.bat
  12. update and push the example files