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 62761cd commit 464fb07Copy full SHA for 464fb07
.github/workflows/pip4linux.yml
@@ -45,6 +45,7 @@ jobs:
45
python setup.py bdist_wheel --plat-name manylinux2014_x86_64
46
47
- name: Upload to pypi when release
48
+ if: github.event_name == 'release' && github.event.action == 'published'
49
env:
50
TWINE_USERNAME: __token__
51
TWINE_PASSWORD: ${{ secrets.PYPI_PYCGRAPH_TOKEN }}
COMPILE.md
@@ -58,7 +58,7 @@
58
---
59
60
### Python 版本
61
-* MacOS 和 Windows 用户可以通过命令安装(推荐)
+* 用户可以通过命令安装(推荐)
62
```shell
63
$ pip3 install PyCGraph # 直接通过 pip3 安装
64
$ python3 -c "import PyCGraph" # 验证 PyCGraph 成功安装
0 commit comments