Skip to content

Commit 7f76436

Browse files
修复pip错误
1 parent 3475081 commit 7f76436

2 files changed

Lines changed: 12 additions & 18 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ jobs:
2424
with:
2525
python-version: "3.10"
2626

27-
- name: Install dependencies
28-
run: |
29-
uv sync
30-
3127
- name: Build release distributions
3228
run: |
3329
uv build

pyproject.toml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fastapi-amis"
3-
version = "1.0.1"
3+
version = "0.0.1"
44
description = "FastAPI Amis"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -30,19 +30,7 @@ classifiers = [
3030
"Programming Language :: Python :: 3.12",
3131
]
3232

33-
[project.urls]
34-
Homepage = "https://github.com/InfernalAzazel/fastapi-amis"
35-
Documentation = "https://infernalazazel.github.io/fastapi-amis/"
36-
Repository = "https://github.com/InfernalAzazel/fastapi-amis"
37-
38-
[build-system]
39-
requires = ["hatchling"]
40-
build-backend = "hatchling.build"
41-
42-
[tool.hatch.build.targets.wheel]
43-
packages = ["fastapi_amis"]
44-
45-
[dependency-groups]
33+
[project.optional-dependencies]
4634
dev = [
4735
"fastapi-users[beanie]>=14.0.1",
4836
"fastapi[standard]>=0.117.1",
@@ -56,4 +44,14 @@ dev = [
5644
"ujson>=5.11.0",
5745
]
5846

47+
[project.urls]
48+
Homepage = "https://github.com/InfernalAzazel/fastapi-amis"
49+
Documentation = "https://infernalazazel.github.io/fastapi-amis/"
50+
Repository = "https://github.com/InfernalAzazel/fastapi-amis"
5951

52+
[build-system]
53+
requires = ["hatchling"]
54+
build-backend = "hatchling.build"
55+
56+
[tool.hatch.build.targets.wheel]
57+
packages = ["fastapi_amis"]

0 commit comments

Comments
 (0)