Skip to content

Commit 793f55c

Browse files
authored
Merge pull request #17 from codegreen-framework/release
Release
2 parents a76287e + 0284b8b commit 793f55c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python3 -m pip install poetry --user
2222
- name: Install dependencies and build the project
2323
run: |
24-
poetry install --no-dev
24+
poetry install
2525
poetry build
2626
- name: Store the distribution packages
2727
uses: actions/upload-artifact@v4
@@ -78,7 +78,7 @@ jobs:
7878
GITHUB_TOKEN: ${{ github.token }}
7979
run: >-
8080
gh release create
81-
'${{ github.ref_name }}'
81+
'release-${{ github.sha }}'
8282
--repo '${{ github.repository }}'
8383
--notes ""
8484
- name: Upload artifact signatures to GitHub Release

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "codegreen_core"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
description = "This package helps you become aware of the carbon footprint of your computation"
55
authors = ["Anne Hartebrodt <anne.hartebrodt@fau.de>","Shubh Vardhan Jain <shubh.v.jain@fau.de>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)