Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pszafer committed Jan 17, 2025
1 parent 6b66b2a commit 63715b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install -U twine yaml
python -m pip install -U twine PyYAML==6.0.1
- name: Generate JSON Schemas
run: |
Expand Down
1 change: 1 addition & 0 deletions boneio/helper/schema_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ def main():
with open(section_schema_file, "w") as f:
json.dump(section_json_schema, f, indent=2)
print(f"Section schema for {section_name} written to {section_schema_file}")
print("Finished.")

if __name__ == "__main__":
main()

0 comments on commit 63715b0

Please sign in to comment.