File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2222
2323 upload-assets :
2424 needs : create-release
25- defaults :
26- run :
27- working-directory : antares
2825 strategy :
2926 matrix :
3027 include :
4138 with :
4239 # (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.
4340 # Note that glob pattern is not supported yet.
44- bin : ...
41+ bin : antares
4542 # (optional) Target triple, default is host triple.
4643 # This is optional but it is recommended that this always be set to
4744 # clarify which target you are building for if macOS is included in
6764 archive : $bin-$tag-$target
6865 # (required) GitHub token for uploading assets to GitHub Releases.
6966 token : ${{ secrets.GITHUB_TOKEN }}
67+ manifest-path : antares/Cargo.toml
Original file line number Diff line number Diff line change 11[project ]
22name = " antares-python"
3- version = " 0.1.2 "
3+ version = " 1.0.0 "
44description = " Python interface for the Antares simulation software"
55authors = [
66 { name = " Juan Sebastian Urrea-Lopez" , email = " js.urrea@uniandes.edu.co" },
7+ { name = " Camilo Barreto-Reyes" , email = " c.barretor@uniandes.edu.co" },
8+ { name = " Mario Linares-Vásquez" , email = " m.linaresv@uniandes.edu.co" },
79]
810readme = " README.md"
911requires-python = " >=3.13"
Original file line number Diff line number Diff line change 11{
22 "name" : " antares-web" ,
33 "private" : true ,
4- "version" : " 2 .0.0" ,
4+ "version" : " 1 .0.0" ,
55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite" ,
You can’t perform that action at this time.
0 commit comments