Skip to content

Commit

Permalink
Run poetry dynamic versioning after schema YAML generation in publish…
Browse files Browse the repository at this point in the history
… workflow
  • Loading branch information
pkalita-lbl committed Mar 20, 2023
1 parent 234d7b6 commit 3d87fe8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
- name: Generate project files
run: |
make clean schema_cleanup src/nmdc_submission_schema/schema/nmdc_submission_schema.yaml
poetry dynamic-versioning
make clean schema_cleanup gen-project
make gen-project
- name: Build source and wheel archives
run: poetry build
Expand Down

0 comments on commit 3d87fe8

Please sign in to comment.