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 7185e6c commit 1b58ea6Copy full SHA for 1b58ea6
.github/workflows/publish-release.yml
@@ -159,6 +159,9 @@ jobs:
159
- name: Activate diff_check conda environment
160
run: conda activate diff_check
161
162
+ - name: Sync the version across the project (mainly for python package)
163
+ run: invoke versionize
164
+
165
- name: Cmake Configure
166
run: |
167
cmake -S . -B build -A x64 -DBUILD_PYTHON_MODULE=ON -DBUILD_TESTS=OFF -DRUN_TESTS=OFF
manifest.yml
@@ -1,6 +1,6 @@
1
---
2
name: diffCheck
3
-version: 0.0.34
+version: 0.0.35
4
authors:
5
- Andrea Settimi
6
- Damien Gilliard
0 commit comments