We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adecc73 commit 0284b8bCopy full SHA for 0284b8b
.github/workflows/workflow.yml
@@ -78,7 +78,7 @@ jobs:
78
GITHUB_TOKEN: ${{ github.token }}
79
run: >-
80
gh release create
81
- '${{ github.ref_name }}'
+ 'release-${{ github.sha }}'
82
--repo '${{ github.repository }}'
83
--notes ""
84
- name: Upload artifact signatures to GitHub Release
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "codegreen_core"
3
-version = "0.0.3"
+version = "0.0.4"
4
description = "This package helps you become aware of the carbon footprint of your computation"
5
authors = ["Anne Hartebrodt <anne.hartebrodt@fau.de>","Shubh Vardhan Jain <shubh.v.jain@fau.de>"]
6
readme = "README.md"
0 commit comments