Skip to content

Commit

Permalink
run generators
Browse files Browse the repository at this point in the history
  • Loading branch information
erohmensing committed Jun 7, 2024
1 parent 7bc974b commit 4e388dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull-request-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jobs:
- name: Generate Python Protocol Classes
run: protocol-models/bin/generate-python-classes-docker.sh

# python - dataclasses
- name: Generate Python Dataclass Protocol Classes
run: protocol-models/bin/generate-python-dataclasses-docker.sh

- name: Publish Python Package to test.pypi.org
uses: mariamrf/[email protected]
with:
Expand Down

0 comments on commit 4e388dc

Please sign in to comment.