This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch releases-0.11.0 in repository https://gitbox.apache.org/repos/asf/fory.git
commit d9e0ed3daa4ddb55cfe58dfb619327088a0d348e Author: chaokunyang <[email protected]> AuthorDate: Sat Jun 7 17:01:01 2025 +0800 disable python release --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1defb85a..3828b2bd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ name: Publish Fory on: push: tags: - - "v*" + - "disabled*" jobs: build-wheels: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
