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 2929 export DFLOW_DEBUG=1
3030 coverage run -m unittest -v -f
3131 coverage report
32- - uses : codecov/codecov-action@v4
32+ - uses : codecov/codecov-action@v5
3333 env :
3434 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 11import os
2- __version__ = '1.2.12 '
2+ __version__ = '1.2.13 '
33LOCAL_PATH = os .getcwd ()
44
55
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ def bohrium_config_dict(self):
202202 "username" : self .email ,
203203 "phone" : self .phone ,
204204 "password" : self .password ,
205- "program_id " : self .program_id
205+ "project_id " : self .program_id
206206 }
207207 if self .bohrium_config :
208208 update_dict (bohrium_config , self .bohrium_config )
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "apex-flow" ,
8- version = "1.2.12 " ,
8+ version = "1.2.13 " ,
99 author = "Zhuoyuan Li, Tongqi Wen" ,
1010 author_email = "zhuoyli@outlook.com" ,
1111 description = "Alloy Properties EXplorer using simulations" ,
You can’t perform that action at this time.
0 commit comments