From 8cf0f7d7a01c32fe6fe80319d5f0352143107078 Mon Sep 17 00:00:00 2001 From: Yang Wang Date: Wed, 18 Mar 2026 10:27:13 -0700 Subject: [PATCH 1/7] all --- .github/workflows/blast-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blast-release.yml b/.github/workflows/blast-release.yml index 14b1e583ea..2f197016d8 100644 --- a/.github/workflows/blast-release.yml +++ b/.github/workflows/blast-release.yml @@ -40,7 +40,7 @@ jobs: blast --help - name: Create tag and release - uses: softprops/action-gh-release@da05d552573ad5aba039eaac05d0d1a5d7c9bf04 # v2.2.1 + uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1 with: tag_name: blast-cli-v${{ steps.version.outputs.version }} name: Blast CLI v${{ steps.version.outputs.version }} From 8e570978ad4805d1c3612734fdc907a339ae35e2 Mon Sep 17 00:00:00 2001 From: Yang Wang Date: Wed, 18 Mar 2026 10:28:28 -0700 Subject: [PATCH 2/7] all --- .github/workflows/blast-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/blast-release.yml b/.github/workflows/blast-release.yml index 2f197016d8..e82df8d77d 100644 --- a/.github/workflows/blast-release.yml +++ b/.github/workflows/blast-release.yml @@ -2,6 +2,7 @@ name: Blast CLI Release on: workflow_dispatch: + pull_request: permissions: contents: write From 491e216889e44254fabdf6796fad4cad032ea0ce Mon Sep 17 00:00:00 2001 From: Yang Wang Date: Wed, 18 Mar 2026 10:32:43 -0700 Subject: [PATCH 3/7] all --- .github/workflows/blast-release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/blast-release.yml b/.github/workflows/blast-release.yml index e82df8d77d..0f836ddbcb 100644 --- a/.github/workflows/blast-release.yml +++ b/.github/workflows/blast-release.yml @@ -2,7 +2,6 @@ name: Blast CLI Release on: workflow_dispatch: - pull_request: permissions: contents: write @@ -46,4 +45,6 @@ jobs: tag_name: blast-cli-v${{ steps.version.outputs.version }} name: Blast CLI v${{ steps.version.outputs.version }} files: tools/remote_execution/blast/dist/*.whl - generate_release_notes: true + body: | + Install: `pip install blast-cli==${{ steps.version.outputs.version }}` + Upgrade: `pip install blast-cli --upgrade` From 19f9855d58cd48dc1a9cf14b940fc454178bdbe4 Mon Sep 17 00:00:00 2001 From: Yang Wang Date: Wed, 18 Mar 2026 10:33:01 -0700 Subject: [PATCH 4/7] all --- .github/workflows/blast-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/blast-release.yml b/.github/workflows/blast-release.yml index 0f836ddbcb..0c23c1b0a3 100644 --- a/.github/workflows/blast-release.yml +++ b/.github/workflows/blast-release.yml @@ -2,6 +2,7 @@ name: Blast CLI Release on: workflow_dispatch: + pull_request: permissions: contents: write From da9f50768736faef32254207e002bd08eb6d82bd Mon Sep 17 00:00:00 2001 From: Yang Wang Date: Wed, 18 Mar 2026 10:33:13 -0700 Subject: [PATCH 5/7] all --- .github/workflows/blast-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/blast-release.yml b/.github/workflows/blast-release.yml index 0c23c1b0a3..0f836ddbcb 100644 --- a/.github/workflows/blast-release.yml +++ b/.github/workflows/blast-release.yml @@ -2,7 +2,6 @@ name: Blast CLI Release on: workflow_dispatch: - pull_request: permissions: contents: write From 41980e705f63abb35028b7d8b020333672699099 Mon Sep 17 00:00:00 2001 From: Yang Wang Date: Wed, 18 Mar 2026 11:04:25 -0700 Subject: [PATCH 6/7] all --- .github/workflows/blast-release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/blast-release.yml b/.github/workflows/blast-release.yml index 0f836ddbcb..bd3f79ef31 100644 --- a/.github/workflows/blast-release.yml +++ b/.github/workflows/blast-release.yml @@ -46,5 +46,4 @@ jobs: name: Blast CLI v${{ steps.version.outputs.version }} files: tools/remote_execution/blast/dist/*.whl body: | - Install: `pip install blast-cli==${{ steps.version.outputs.version }}` - Upgrade: `pip install blast-cli --upgrade` + blast-cli==${{ steps.version.outputs.version }}` From 9334be63db107755723765431aad7faa17ad123b Mon Sep 17 00:00:00 2001 From: Yang Wang Date: Wed, 18 Mar 2026 11:05:19 -0700 Subject: [PATCH 7/7] all --- .github/workflows/blast-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blast-release.yml b/.github/workflows/blast-release.yml index bd3f79ef31..65adad9574 100644 --- a/.github/workflows/blast-release.yml +++ b/.github/workflows/blast-release.yml @@ -46,4 +46,4 @@ jobs: name: Blast CLI v${{ steps.version.outputs.version }} files: tools/remote_execution/blast/dist/*.whl body: | - blast-cli==${{ steps.version.outputs.version }}` + blast-cli==${{ steps.version.outputs.version }}