We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef4dcc commit e8ff76bCopy full SHA for e8ff76b
.github/workflows/python-publish.yml
@@ -52,7 +52,7 @@ jobs:
52
run: pytest test/*.py
53
54
cpp_test:
55
- name: Test SDist
+ name: Test Cpp code
56
needs: [ build ]
57
runs-on: ubuntu-latest
58
strategy:
setup.py
@@ -14,7 +14,7 @@
14
15
setup(
16
name="hybrid_example",
17
- version="0.1.1",
+ version="0.2.3",
18
description="Tutorials about hybrid programming using C++ and Python",
19
author="Yaozhenghang Ma",
20
author_email="Yaozhenghang.Ma@gmail.com",
0 commit comments