From adecc730b46033b71e377127b67cb853adfbc99b Mon Sep 17 00:00:00 2001 From: shubh Date: Wed, 26 Feb 2025 14:56:22 +0100 Subject: [PATCH 1/2] pipeline fix --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 350b3e7..f281094 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -21,7 +21,7 @@ jobs: python3 -m pip install poetry --user - name: Install dependencies and build the project run: | - poetry install --no-dev + poetry install poetry build - name: Store the distribution packages uses: actions/upload-artifact@v4 From 0284b8bff3daab615678353b63a0eb5231102b25 Mon Sep 17 00:00:00 2001 From: shubh Date: Wed, 26 Feb 2025 15:05:33 +0100 Subject: [PATCH 2/2] pipe..... --- .github/workflows/workflow.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index f281094..2b39f94 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -78,7 +78,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} run: >- gh release create - '${{ github.ref_name }}' + 'release-${{ github.sha }}' --repo '${{ github.repository }}' --notes "" - name: Upload artifact signatures to GitHub Release diff --git a/pyproject.toml b/pyproject.toml index 5a5cd5b..af2f4db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "codegreen_core" -version = "0.0.3" +version = "0.0.4" description = "This package helps you become aware of the carbon footprint of your computation" authors = ["Anne Hartebrodt ","Shubh Vardhan Jain "] readme = "README.md"