Skip to content

Commit

Permalink
Generate JSON-formatted schema when making PyPI release
Browse files Browse the repository at this point in the history
  • Loading branch information
pkalita-lbl committed Oct 3, 2023
1 parent df4d7f0 commit 0d7118e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
make clean schema-clean src/nmdc_submission_schema/schema/nmdc_submission_schema.yaml
poetry dynamic-versioning
make gen-project
make project/json/nmdc_submission_schema.json
- name: Build source and wheel archives
run: poetry build
Expand Down

0 comments on commit 0d7118e

Please sign in to comment.