File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11Publishing a new release
22************************
33
4- 1. Change the version in pyproject.toml and get this change merged into develop.
4+ 1. Change the version in pyproject.toml and verify docs build;
5+ and get this change merged into develop.
6+
572. On github site go to Settings; on the left under Code and Automation
68 click on Branches; under Branch protection rules edit main;
79 check Allow specified actors to bypass required pull requests; add yourself
810 and don'forget to save the setting
9- 2 . Checkout main and merge develop into main. Make sure documentation will be
11+ 3 . Checkout main and merge develop into main. Make sure documentation will be
1012 published upon push to main (.github/workflows/docs.yml) and push.
11- 3 . Once merged, create a tag
13+ 4 . Once merged, create a tag
1214 with something like ``git tag -a 0.1.1 -m "BEE version 0.1.1" ``. You can see
1315 existing tags with ``git tag ``. Finally do ``git push origin --tags `` to
1416 push the new tag.
15- 4 . Create release.
16- 5 . Follow step 2 but uncheck Allow specified actors to bypass and don't forget save
17- 5 . Finally, on the main branch, first run a ``poetry build `` and then a
17+ 5 . Create release.
18+ 6 . Follow step 2 but uncheck Allow specified actors to bypass and don't forget save
19+ 7 . Finally, on the main branch, first run a ``poetry build `` and then a
1820 ``poetry publish ``. The second command will ask for a username and password
1921 for PyPI.
2022
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ python = ">=3.8.3,<=3.11"
5454
5555# Package dependencies
5656Flask = { version = " ^2.0" }
57- Jinja2 = { version = " ^3.0 " }
57+ Jinja2 = { version = " <3.1 " }
5858neo4j = { version = " ^1.7.4" }
5959PyYAML = { version = " ^5.1.1" }
6060flask_restful = " 0.3.9"
You can’t perform that action at this time.
0 commit comments