This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to tag v0.12.1-a6 in repository https://gitbox.apache.org/repos/asf/fory.git
commit 040c31aeb1c88d208c582b99835932a5f16d8b7a Author: chaokunyang <[email protected]> AuthorDate: Wed Aug 27 13:24:22 2025 +0800 fix bump version --- ci/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/deploy.sh b/ci/deploy.sh index 007ccb8a5..be0c38595 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -60,7 +60,7 @@ parse_py_version() { version="${version//-alpha/a}" version="${version//-beta/b}" version="${version//-rc/rc}" - version="${version//-//}" + version="${version//-/}" echo "$version" } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
