diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 350b3e7..2b39f94 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 @@ -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"