Skip to content

Commit 17a3409

Browse files
committed
FIX-WIP: solving pypi mismatch x2
1 parent 1b58ea6 commit 17a3409

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.github/workflows/publish-release.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,17 @@ jobs:
147147
steps:
148148
- uses: actions/checkout@v4
149149

150+
- name: Install Python and pythonnet
151+
uses: actions/setup-python@v2
152+
with:
153+
python-version: '3.9.10'
154+
- name: Install Python dependencies
155+
run: |
156+
python -m pip install --upgrade pip
157+
pip install invoke
158+
- name: Sync the version across the project (mainly for python package)
159+
run: invoke versionize
160+
150161
- name: Setup conda environment
151162
uses: conda-incubator/setup-miniconda@v2
152163
with:
@@ -159,8 +170,6 @@ jobs:
159170
- name: Activate diff_check conda environment
160171
run: conda activate diff_check
161172

162-
- name: Sync the version across the project (mainly for python package)
163-
run: invoke versionize
164173

165174
- name: Cmake Configure
166175
run: |

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.35
3+
version: 0.0.36
44
authors:
55
- Andrea Settimi
66
- Damien Gilliard

0 commit comments

Comments
 (0)