Skip to content

Commit

Permalink
177 fix python package publish package (#178)
Browse files Browse the repository at this point in the history
* Fixed github action for publishing to pypi

* modified changelog
  • Loading branch information
ywkim312 authored Oct 23, 2024
1 parent e95fcf6 commit b1d0a16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1d0a16

Please sign in to comment.