Skip to content

Commit

Permalink
chore(dev/release): Update sign targets (#655)
Browse files Browse the repository at this point in the history
We don't upload R package to GitHub Releases by GH-541. So we don't need
to sign it.

Closes #654.
  • Loading branch information
kou authored Oct 9, 2024
1 parent 7c1fb36 commit 2844344
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dev/release/02-sign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 2844344

Please sign in to comment.