返回提交历史
Modified
.github/workflows/publish-to-pypi.yml
+3
-5
XFEstudio/gpt4free
Change pypi to live
7075cd4b
代码差异
1 个文件
+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