Skip to content

Commit b0cca12

Browse files
authored
ci: fix pypi release (#910)
1 parent 1a71c68 commit b0cca12

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@master
1212
- name: Set up Python
13-
uses: actions/setup-python@v1
13+
uses: actions/setup-python@v5
1414
with:
15-
python-version: 3.8
15+
python-version: 3.11
1616
- name: Build
1717
run: >-
1818
python setup.py sdist

docs/source/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Ubuntu
3434

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

4040
# 运行 feeluown -h 来测试安装是否成功

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@
7272
'ai': [
7373
'openai>=1.50',
7474
],
75+
'qt': [
76+
'PyQt5',
77+
],
7578
'macOS': [
7679
'aionowplaying>=0.10',
7780
],

0 commit comments

Comments
 (0)