From 9f8352f194b34831f0e3d2b364d32ccfea81dc2b Mon Sep 17 00:00:00 2001 From: Louise Poole Date: Wed, 6 Nov 2024 16:18:10 +0700 Subject: [PATCH] ci: fix release workflow py package --- release.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.config.js b/release.config.js index a14336c0..140c6c0b 100644 --- a/release.config.js +++ b/release.config.js @@ -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(" && "), }, ],