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

XFEstudio/gpt4free

Update handle media uploads

c471c536
hlohaus <983577+hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +0 -1
Modified .github/workflows/publish-to-pypi.yml +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: