Skip to content

Commit

Permalink
add zenodo.json parsin workflow (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Feb 12, 2023
1 parent 39d6945 commit 7d594df
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,17 @@ jobs:
FOLDER: html/PyMPDATA
CLEAN: true

zenodo_json:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: notiz-dev/github-action-json-property@release
with:
path: '.zenodo.json'
prop_path: 'creators'

build:
needs: [nojit_and_codecov, pylint, pdoc, precommit]
needs: [nojit_and_codecov, pylint, pdoc, precommit, zenodo_json]
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
Expand Down
8 changes: 4 additions & 4 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
{
"affiliation": "Jagiellonian University, Kraków, Poland",
"name": "Manna, Maciej",
"name": "Manna, Maciej"
},
{
"affiliation": "Jagiellonian University, Kraków, Poland",
Expand All @@ -35,10 +35,10 @@
},
{
"affiliation": "Jagiellonian University, Kraków, Poland",
"name": "Manna, Maciej",
"name": "Manna, Maciej"
},
{
"affiliation": "Jagiellonian University, Kraków, Poland"
"affiliation": "Jagiellonian University, Kraków, Poland",
"name": "Rozwoda, Paweł"
},
{
Expand All @@ -50,7 +50,7 @@
"advection-diffusion",
"MPDATA",
"numerical solver",
"atmospheric physics",
"atmospheric physics"
],
"license": "GPL-3.0-only",
"upload_type": "software"
Expand Down

0 comments on commit 7d594df

Please sign in to comment.