We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75aed5e commit de087cdCopy full SHA for de087cd
.github/workflows/build.yml
@@ -65,6 +65,11 @@ jobs:
65
66
- name: 🕵 Inspect if this is a proper "scijava-scripts" release
67
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.
73
74
- name: 🐍 Set up Python
75
uses: actions/setup-python@v5
0 commit comments