Skip to content

Commit ddaf346

Browse files
committed
Update versions and fix rust release actions
1 parent f363b25 commit ddaf346

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/rust-release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
2222

2323
upload-assets:
2424
needs: create-release
25-
defaults:
26-
run:
27-
working-directory: antares
2825
strategy:
2926
matrix:
3027
include:
@@ -41,7 +38,7 @@ jobs:
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
@@ -67,3 +64,4 @@ jobs:
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

antares-python/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
[project]
22
name = "antares-python"
3-
version = "0.1.2"
3+
version = "1.0.0"
44
description = "Python interface for the Antares simulation software"
55
authors = [
66
{ name = "Juan Sebastian Urrea-Lopez", email = "[email protected]" },
7+
{ name = "Camilo Barreto-Reyes", email = "[email protected]" },
8+
{ name = "Mario Linares-Vásquez", email = "[email protected]" },
79
]
810
readme = "README.md"
911
requires-python = ">=3.13"

antares-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)