diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index b269d21..8413560 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -57,6 +57,8 @@ jobs: needs: release-please if: ${{ needs.release-please.outputs.release_created }} runs-on: ubuntu-latest + permissions: + actions: write steps: - name: Trigger PyPI publish uses: actions/github-script@v7 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4efd136..80abd00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.1.4](https://github.com/PolusAI/filepattern/releases/tag/v2.1.4) (2025-03-10) -### Bug Fixes - -* handle non-alphanumeric characters in infer_pattern ([#102](https://github.com/PolusAI/filepattern/pull/102))