Skip to content

Commit 1b58ea6

Browse files
committed
FIX-WIP: solving pypi mismatch
1 parent 7185e6c commit 1b58ea6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ jobs:
159159
- name: Activate diff_check conda environment
160160
run: conda activate diff_check
161161

162+
- name: Sync the version across the project (mainly for python package)
163+
run: invoke versionize
164+
162165
- name: Cmake Configure
163166
run: |
164167
cmake -S . -B build -A x64 -DBUILD_PYTHON_MODULE=ON -DBUILD_TESTS=OFF -DRUN_TESTS=OFF

manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: diffCheck
3-
version: 0.0.34
3+
version: 0.0.35
44
authors:
55
- Andrea Settimi
66
- Damien Gilliard

0 commit comments

Comments
 (0)