Skip to content

Commit

Permalink
Submodules in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon committed May 5, 2023
1 parent 0b158bc commit c4c40f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@master
with:
submodules: 'true'
submodules: true

- uses: actions/setup-python@master
name: Install Python
Expand Down Expand Up @@ -62,6 +62,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
submodules: true
- name: Set up Python 3.9
uses: actions/setup-python@master
with:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import find_namespace_packages
from setuptools import setup

__version__ = "0.2.1"
__version__ = "0.2.2"

ext_modules = [
Pybind11Extension(
Expand Down

0 comments on commit c4c40f2

Please sign in to comment.