diff --git a/.github/workflows/pypi.yaml b/.github/workflows/pypi.yaml index 7f32462..9ec969f 100644 --- a/.github/workflows/pypi.yaml +++ b/.github/workflows/pypi.yaml @@ -69,7 +69,7 @@ jobs: - name: Publish distribution to PyPI if: github.event_name == 'release' - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ env.TOKEN }} repository_url: ${{ env.REPO_URL }} diff --git a/CHANGELOG.md b/CHANGELOG.md index f66e43b..8ea93ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Unnecessary dependency in setup.py [#171](https://github.com/IN-CORE/pyincore-viz/issues/171) - Matplotlib version incompatibility by upgrade in geoutil [#173](https://github.com/IN-CORE/pyincore-viz/issues/173) +- Fixed the pypi publish of the package [#177](https://github.com/IN-CORE/pyincore-viz/issues/177) ## [1.10.1] - 2023-06-12 ### Added