diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ddbd10..183a1c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,4 +180,4 @@ jobs: path: dist - name: Publish build to PyPI - uses: pypa/gh-action-pypi-publish@v1.10.2 + uses: pypa/gh-action-pypi-publish@v1.12.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8efdfcb..ec24862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Tests failed when run with Tika v3 ([#28](https://github.com/stumpylog/tika-client/pull/28)) +### Changed + +- Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.12.2 (by [@dependabot](https://github.com/apps/dependabot) in [#33](https://github.com/stumpylog/tika-client/pull/33)) + ## [0.7.0] - 2024-10-09 ### Added