File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
python3 -m pip install poetry --user
22
22
- name : Install dependencies and build the project
23
23
run : |
24
- poetry install --no-dev
24
+ poetry install
25
25
poetry build
26
26
- name : Store the distribution packages
27
27
uses : actions/upload-artifact@v4
78
78
GITHUB_TOKEN : ${{ github.token }}
79
79
run : >-
80
80
gh release create
81
- '${{ github.ref_name }}'
81
+ 'release- ${{ github.sha }}'
82
82
--repo '${{ github.repository }}'
83
83
--notes ""
84
84
- name : Upload artifact signatures to GitHub Release
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " codegreen_core"
3
- version = " 0.0.3 "
3
+ version = " 0.0.4 "
4
4
description = " This package helps you become aware of the carbon footprint of your computation"
5
5
authors = [" Anne Hartebrodt <anne.hartebrodt@fau.de>" ," Shubh Vardhan Jain <shubh.v.jain@fau.de>" ]
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments