We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a3ed90 commit 3ada1eaCopy full SHA for 3ada1ea
.github/workflows/development.yaml
@@ -34,7 +34,7 @@ jobs:
34
python-version: ${{matrix.py_ver}}
35
- name: Validate version and release notes
36
run: |
37
- DJ_VERSION=$(grep -oP '\d+\.\d+\.\d+' datajoint/version.py)
+ DJ_VERSION=$(grep -m 1 version pyproject.toml | grep -oP '\d+\.\d+\.\d+')
38
RELEASE_BODY=$(python3 -c \
39
'print(open("./CHANGELOG.md").read().split("\n\n")[1].split("\n", 1)[1])' \
40
)
@@ -167,7 +167,7 @@ jobs:
167
168
- name: Determine package version
169
170
171
RELEASE_BODY=$(python -c \
172
173
0 commit comments