File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 66
66
67
67
- name : Publish distribution to PyPI
68
68
if : github.event_name == 'release'
69
- uses : pypa/gh-action-pypi-publish@master
69
+ uses : pypa/gh-action-pypi-publish@release/v1
70
70
with :
71
71
password : ${{ env.TOKEN }}
72
72
repository_url : ${{ env.REPO_URL }}
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
12
12
- Fixed Sphinx autodoc skipping class methods with custom decorators. [ #518 ] ( https://github.com/IN-CORE/pyincore/issues/518 )
13
13
- Pyomo version fixed to fix indp solver failure [ #585 ] ( https://github.com/IN-CORE/pyincore/issues/585 )
14
14
- Uploaded raster files doesn't respect the order [ #614 ] ( https://github.com/IN-CORE/pyincore/issues/614 )
15
+ - Fixed the pypi publish of the package [ #621 ] ( https://github.com/IN-CORE/pyincore/issues/621 )
15
16
16
17
### Changed
17
18
- Support Interdependent recovery of residential buildings and households [ #606 ] ( https://github.com/IN-CORE/pyincore/pull/606 )
You can’t perform that action at this time.
0 commit comments