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 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
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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " codegreen_core"
3- version = " 0.0.3 "
3+ version = " 0.0.4 "
44description = " This package helps you become aware of the carbon footprint of your computation"
55authors = [" Anne Hartebrodt <anne.hartebrodt@fau.de>" ," Shubh Vardhan Jain <shubh.v.jain@fau.de>" ]
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments