Skip to content

Commit

Permalink
checkout with submodules in pypi workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kha-white committed Jul 7, 2024
1 parent 896ab41 commit 5238196
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion mokuro/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0-beta.8"
__version__ = "0.2.0-beta.9"

0 comments on commit 5238196

Please sign in to comment.