This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to tag v0.7.1 in repository https://gitbox.apache.org/repos/asf/fury.git
commit b21dc74bdd0fb5c122c9b1a4aac40cca7ed77071 Author: chaokunyang <[email protected]> AuthorDate: Fri Aug 30 20:42:19 2024 +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 d5beee49..067636f5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ name: Publish Fury on: push: tags: - - "v*" + - "disabled*" jobs: release-python: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
