返回提交历史
Modified
docs/build-workflow.md
+4
-0
XFEstudio/gpt4free
Complete build artifacts implementation with testing and documentation
Co-authored-by: hlohaus <983577+hlohaus@users.noreply.github.com>
d900d555
代码差异
1 个文件
+4
-0
@@ -46,6 +46,10 @@ You can also manually trigger builds using the workflow_dispatch event:
46
46
After a successful build, packages are available:
47
47
48
48
- **GitHub Releases**: All executables and packages as release assets
49
- Python packages (wheel and source distribution)
50
- Standalone executables for Windows, Linux, and macOS
51
- Debian packages for AMD64, ARM64, and ARMv7 architectures
52
- WinGet manifest files
49
53
- **PyPI**: `pip install g4f`
50
54
- **Docker Hub**: `docker pull hlohaus789/g4f:latest`
51
55
- **WinGet**: `winget install g4f` (after manifest approval)