Skip to content

Commit 774fee0

Browse files
committed
fix release CI workflos
1 parent a470cd3 commit 774fee0

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Lint
22

3-
permissions: read-all
3+
permissions:
4+
contents: read
45

56
on:
67
push:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ jobs:
133133
'${{ github.ref_name }}'
134134
--repo '${{ github.repository }}'
135135
--generate-notes
136+
--prerelease
136137
- name: Upload artifact signatures to GitHub Release
137138
env:
138139
GITHUB_TOKEN: ${{ github.token }}

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Test
22

3-
permissions: read-all
3+
permissions:
4+
contents: read
45

56
on:
67
push:

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ source = [
150150
exclude = ["tests/**/*"]
151151
include = [
152152
"src/django_typer",
153-
"*/site-packages/django_typer"
154153
]
155154

156155
[tool.ruff]

0 commit comments

Comments
 (0)