Skip to content

Commit

Permalink
Merge pull request #44 from propeller-heads/lp/fix-release-workflow
Browse files Browse the repository at this point in the history
ci: fix release workflow py package
  • Loading branch information
louise-poole authored Nov 6, 2024
2 parents 3b5402b + 8f5ba9b commit 9324409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const config = {
"toml set --toml-path tycho_simulation_py/Cargo.toml package.version ${nextRelease.version}",
"toml set --toml-path tycho_simulation_py/pyproject.toml project.version ${nextRelease.version}",
"cargo update -p tycho-simulation",
"cargo update -p tycho-simulation-py",
"cargo update -p _tycho_simulation_py",
].join(" && "),
},
],
Expand Down

0 comments on commit 9324409

Please sign in to comment.