This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
The following commit(s) were added to refs/heads/main by this push:
new 2844344d chore(dev/release): Update sign targets (#655)
2844344d is described below
commit 2844344d2bd7a298d93d033efae5d07ed178503e
Author: Sutou Kouhei <[email protected]>
AuthorDate: Wed Oct 9 10:50:27 2024 +0900
chore(dev/release): Update sign targets (#655)
We don't upload R package to GitHub Releases by GH-541. So we don't need
to sign it.
Closes #654.
---
dev/release/02-sign.sh | 3 ---
1 file changed, 3 deletions(-)
diff --git a/dev/release/02-sign.sh b/dev/release/02-sign.sh
index 816d8786..74b6b037 100755
--- a/dev/release/02-sign.sh
+++ b/dev/release/02-sign.sh
@@ -80,9 +80,6 @@ main() {
header "Upload signatures for source"
upload_asset_signatures "${tag}" $(find "${download_dir}" -type f \( -name
'apache-arrow-nanoarrow-*.tar.gz' \))
- header "Upload signatures for R"
- upload_asset_signatures "${tag}" $(find "${download_dir}" -type f \( -name
'nanoarrow_*.tar.gz' \))
-
header "Upload signatures for docs"
upload_asset_signatures "${tag}" "${download_dir}/docs.tgz"