File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
export DFLOW_DEBUG=1
30
30
coverage run -m unittest -v -f
31
31
coverage report
32
- - uses : codecov/codecov-action@v4
32
+ - uses : codecov/codecov-action@v5
33
33
env :
34
34
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 1
1
import os
2
- __version__ = '1.2.12 '
2
+ __version__ = '1.2.13 '
3
3
LOCAL_PATH = os .getcwd ()
4
4
5
5
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ def bohrium_config_dict(self):
202
202
"username" : self .email ,
203
203
"phone" : self .phone ,
204
204
"password" : self .password ,
205
- "program_id " : self .program_id
205
+ "project_id " : self .program_id
206
206
}
207
207
if self .bohrium_config :
208
208
update_dict (bohrium_config , self .bohrium_config )
Original file line number Diff line number Diff line change 5
5
6
6
setuptools .setup (
7
7
name = "apex-flow" ,
8
- version = "1.2.12 " ,
8
+ version = "1.2.13 " ,
9
9
author = "Zhuoyuan Li, Tongqi Wen" ,
10
10
author_email = "zhuoyli@outlook.com" ,
11
11
description = "Alloy Properties EXplorer using simulations" ,
You can’t perform that action at this time.
0 commit comments