From a246ed5bcde0c01d8e972067044bb018a78fec15 Mon Sep 17 00:00:00 2001 From: ankitdas13 Date: Mon, 22 Sep 2025 13:37:14 +0530 Subject: [PATCH 1/4] trigger manual release --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de5afd47..a68eb8ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: uses: codecov/codecov-action@v3 publish: - if: startsWith(github.ref, 'refs/tags/v') + #if: startsWith(github.ref, 'refs/tags/v') needs: test runs-on: ubuntu-latest steps: From c4bf4f744629b7e18643ff8feb9e56de2ecd58f8 Mon Sep 17 00:00:00 2001 From: ankitdas13 Date: Mon, 22 Sep 2025 13:46:07 +0530 Subject: [PATCH 2/4] update action/checkout --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a68eb8ed..8cf722ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: python -m twine check dist/* - name: 'Upload Artifact' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: dist path: dist/ @@ -55,7 +55,7 @@ jobs: uses: codecov/codecov-action@v3 publish: - #if: startsWith(github.ref, 'refs/tags/v') + if: startsWith(github.ref, 'refs/tags/v') needs: test runs-on: ubuntu-latest steps: From 872967e2b10609d9339b637e20a09bfff7198bd4 Mon Sep 17 00:00:00 2001 From: ankitdas13 Date: Mon, 22 Sep 2025 13:47:43 +0530 Subject: [PATCH 3/4] trigger workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8cf722ad..b68df96f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: uses: codecov/codecov-action@v3 publish: - if: startsWith(github.ref, 'refs/tags/v') + #if: startsWith(github.ref, 'refs/tags/v') needs: test runs-on: ubuntu-latest steps: From c374618b22b1be2048756c49a59fca20d2788da7 Mon Sep 17 00:00:00 2001 From: ankitdas13 Date: Mon, 22 Sep 2025 13:52:14 +0530 Subject: [PATCH 4/4] update download artifact version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b68df96f..5b28b5ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Download all workflow run artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: dist path: dist