Skip to content

Commit d14dbdb

Browse files
authored
Fixed pypi publish error in github action (#622)
* Fixed pypi publish error in github action * Modified changelog
1 parent 99cbb2d commit d14dbdb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Publish distribution to PyPI
6868
if: github.event_name == 'release'
69-
uses: pypa/gh-action-pypi-publish@master
69+
uses: pypa/gh-action-pypi-publish@release/v1
7070
with:
7171
password: ${{ env.TOKEN }}
7272
repository_url: ${{ env.REPO_URL }}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212
- Fixed Sphinx autodoc skipping class methods with custom decorators. [#518](https://github.com/IN-CORE/pyincore/issues/518)
1313
- Pyomo version fixed to fix indp solver failure [#585](https://github.com/IN-CORE/pyincore/issues/585)
1414
- 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)
1516

1617
### Changed
1718
- Support Interdependent recovery of residential buildings and households [#606](https://github.com/IN-CORE/pyincore/pull/606)

0 commit comments

Comments
 (0)