We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea118eb commit 290763cCopy full SHA for 290763c
2 files changed
.github/workflows/release-please.yml
@@ -57,6 +57,8 @@ jobs:
57
needs: release-please
58
if: ${{ needs.release-please.outputs.release_created }}
59
runs-on: ubuntu-latest
60
+ permissions:
61
+ actions: write
62
steps:
63
- name: Trigger PyPI publish
64
uses: actions/github-script@v7
CHANGELOG.md
@@ -21,6 +21,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
22
## [2.1.4](https://github.com/PolusAI/filepattern/releases/tag/v2.1.4) (2025-03-10)
23
24
-### Bug Fixes
25
-
26
-* handle non-alphanumeric characters in infer_pattern ([#102](https://github.com/PolusAI/filepattern/pull/102))
0 commit comments