XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Change pypi to live

7075cd4b
Heiner Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +3 -5
Modified .github/workflows/publish-to-pypi.yml +3 -5
@@ -38,8 +38,8 @@ jobs:
38 38 - build
39 39 runs-on: ubuntu-latest
40 40 environment:
41 name: testpypi
42 url: https://test.pypi.org/p/g4f
41 name: pypi
42 url: https://pypi.org/p/g4f
43 43 permissions:
44 44 id-token: write
45 45 steps:
@@ -49,6 +49,4 @@ jobs:
49 49 name: python-package-distributions
50 50 path: dist/
51 51 - name: Publish distribution 📦 to PyPI
52 uses: pypa/gh-action-pypi-publish@release/v1
53 with:
54 repository-url: https://test.pypi.org/legacy/
52 uses: pypa/gh-action-pypi-publish@release/v1