Skip to content

Commit de087cd

Browse files
committed
Explain check-if-release.sh
1 parent 75aed5e commit de087cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ jobs:
6565

6666
- name: 🕵 Inspect if this is a proper "scijava-scripts" release
6767
run: scripts/check-if-release.sh
68+
# This will make sure the file 'release.properties' exists, meaning
69+
# `release-version.sh` from the 'scijava-scripts' repo has been run to
70+
# prepare the release and modify 'pom.xml' (which is in turn
71+
# required by the local 'scripts/run-poetry.sh' script for building the
72+
# Python package through Poetry.
6873

6974
- name: 🐍 Set up Python
7075
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)