Skip to content

Commit b17314f

Browse files
PyPi pipeline correction and patch version bump
1 parent a1d23f8 commit b17314f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy-pypi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v4
20+
with:
21+
submodules: recursive
2022
- name: Set up Python
2123
uses: actions/setup-python@v5
2224
with:

pyaml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
__title__ = "pyAML"
99
__description__ = "Python Accelerator Middle Layer"
1010
__url__ = "https://github.com/python-accelerator-middle-layer/pyaml"
11-
__version__ = "0.2.1"
11+
__version__ = "0.2.2"
1212
__author__ = "pyAML collaboration"
1313
__author_email__ = ""
1414

0 commit comments

Comments
 (0)