We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded3939 commit f9cef53Copy full SHA for f9cef53
.github/workflows/python-publish.yml
@@ -5,7 +5,15 @@ on:
5
branches:
6
- "*"
7
release:
8
- types: [ published ]
+ types: [
9
+ "published",
10
+ "unpublished",
11
+ "created",
12
+ "edited",
13
+ "deleted",
14
+ "prereleased",
15
+ "released"
16
+ ]
17
workflow_dispatch:
18
19
jobs:
pyproject.toml
@@ -6,9 +6,7 @@ readme = "README.md"
requires-python = ">=3.11"
[tool.setuptools]
-packages = ["fastapiauthenticator", "fastapiauthenticator.templates"]
-[tool.setuptools.package-data]
-"fastapiauthenticator.templates" = ["*.html"]
+packages = ["fastapiauthenticator"]
[tool.setuptools.dynamic]
dependencies = { file = ["requirements.txt"] }
0 commit comments