Skip to content

Commit

Permalink
ci: fix pypi release (#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven authored Feb 4, 2025
1 parent 1a71c68 commit b0cca12
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.11
- name: Build
run: >-
python setup.py sdist
Expand Down
2 changes: 1 addition & 1 deletion docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Ubuntu

# 安装 feeluown (是一个 Python 包)
# --upgrade 代表安装最新版,--user 代表不安装到系统目录
pipx install 'feeluown[battery,cookies,webengine]'
pipx install 'feeluown[battery,cookies,webengine,ai]'
pipx inject feeluown pyopengl

# 运行 feeluown -h 来测试安装是否成功
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
'ai': [
'openai>=1.50',
],
'qt': [
'PyQt5',
],
'macOS': [
'aionowplaying>=0.10',
],
Expand Down

0 comments on commit b0cca12

Please sign in to comment.