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 b5dd875 commit 08ff516Copy full SHA for 08ff516
.github/workflows/pypi.yml
@@ -33,7 +33,7 @@ jobs:
33
python-version: '3.11' # 与 pyproject.toml 保持一致
34
35
- name: Build package
36
- run: uv build --wheel
+ run: uv build
37
38
- name: Publish to PyPI
39
uses: pypa/gh-action-pypi-publish@release/v1
pyproject.toml
@@ -20,6 +20,10 @@ openai_router = "openai_router.main:cli_app"
20
url = "https://pypi.org/simple/"
21
default = true
22
23
+
24
+[tool.setuptools.packages.find]
25
+where = ["src"]
26
27
[build-system]
28
requires = ["setuptools", "wheel"]
29
build-backend = "setuptools.build_meta"
src/openai_router/__init__.py
openai_router/main.py src/openai_router/main.pyopenai_router/main.py renamed to src/openai_router/main.py
0 commit comments