Skip to content

Commit f9cef53

Browse files
committed
New base
1 parent ded3939 commit f9cef53

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.github/workflows/python-publish.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ on:
55
branches:
66
- "*"
77
release:
8-
types: [ published ]
8+
types: [
9+
"published",
10+
"unpublished",
11+
"created",
12+
"edited",
13+
"deleted",
14+
"prereleased",
15+
"released"
16+
]
917
workflow_dispatch:
1018

1119
jobs:

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ readme = "README.md"
66
requires-python = ">=3.11"
77

88
[tool.setuptools]
9-
packages = ["fastapiauthenticator", "fastapiauthenticator.templates"]
10-
[tool.setuptools.package-data]
11-
"fastapiauthenticator.templates" = ["*.html"]
9+
packages = ["fastapiauthenticator"]
1210

1311
[tool.setuptools.dynamic]
1412
dependencies = { file = ["requirements.txt"] }

0 commit comments

Comments
 (0)