Skip to content

Commit c6e4cd4

Browse files
committed
Merge branch 'develop' into main for release of 0.1.3
2 parents 04375ec + 39b0257 commit c6e4cd4

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

RELEASE.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
Publishing 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+
57
2. 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ python = ">=3.8.3,<=3.11"
5454

5555
# Package dependencies
5656
Flask = { version = "^2.0" }
57-
Jinja2 = { version = "^3.0" }
57+
Jinja2 = { version = "<3.1" }
5858
neo4j = { version = "^1.7.4" }
5959
PyYAML = { version = "^5.1.1" }
6060
flask_restful = "0.3.9"

0 commit comments

Comments
 (0)