We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d622c23 commit 37f84a2Copy full SHA for 37f84a2
3 files changed
.github/workflows/release.yml
@@ -6,6 +6,7 @@ on:
6
7
permissions:
8
contents: read
9
+ id-token: write # Required for PyPI trusted publishing / attestations
10
11
concurrency:
12
group: release
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 1.5.1
2
+
3
+### Fix
4
+- Add `id-token: write` permission to release workflow for PyPI attestations
5
## 1.5.0
### Enhancement
unstructured_inference/__version__.py
@@ -1 +1 @@
-__version__ = "1.5.0" # pragma: no cover
+__version__ = "1.5.1" # pragma: no cover
0 commit comments