From 2ad15830ecaefbbdea4e8b94f53844c2e626b44b Mon Sep 17 00:00:00 2001 From: YONG WOOK KIM Date: Tue, 22 Oct 2024 16:49:16 -0500 Subject: [PATCH 1/2] Fixed github action for publishing to pypi --- .github/workflows/pypi.yaml | 2 +- CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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..4a227ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [Unreleased] +### Fixed +- Fixed the pypi publish of the package [#177](https://github.com/IN-CORE/pyincore-viz/issues/177) + ## [1.11.0] - 2024-10-23 ### Added - Apply Black formatter [#169](https://github.com/IN-CORE/pyincore-viz/issues/169) From 3ea9e5e8ba8f63e92c2273f4b259edfd70589892 Mon Sep 17 00:00:00 2001 From: YONG WOOK KIM Date: Wed, 23 Oct 2024 16:22:19 -0500 Subject: [PATCH 2/2] modified changelog --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a227ed..8ea93ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,6 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] -### Fixed -- Fixed the pypi publish of the package [#177](https://github.com/IN-CORE/pyincore-viz/issues/177) - ## [1.11.0] - 2024-10-23 ### Added - Apply Black formatter [#169](https://github.com/IN-CORE/pyincore-viz/issues/169) @@ -16,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