返回提交历史
Modified
.github/workflows/publish-to-pypi.yml
+0
-1
XFEstudio/gpt4free
Update handle media uploads
c471c536
代码差异
1 个文件
+0
-1
@@ -8,7 +8,6 @@ env:
8
8
jobs:
9
9
build:
10
10
name: Build distribution 📦
11
if: startsWith(github.ref, 'refs/tags/')
12
11
if: github.repository == 'xtekky/gpt4free' && startsWith(github.ref, 'refs/tags/')
13
12
runs-on: ubuntu-latest
14
13
steps: