Skip to content

Commit 11f0583

Browse files
committed
ci: fix cache permissions
1 parent 9949db4 commit 11f0583

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ permissions:
2121
contents: write
2222
# Used to generate artifact attestation
2323
attestations: write
24+
actions: write
2425

2526
jobs:
2627
linux:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/django-check/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "django-check"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
rust-version = { workspace = true }
55
license = { workspace = true }
66
authors = { workspace = true }

crates/django-check/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "djch"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
description = "Static N+1 query detector for Django ORM – fast Rust-powered checker"
99
# For PyPI long description (shows formatted on project page)
1010
readme = {file = "README.md", content-type = "text/markdown"}

0 commit comments

Comments
 (0)