mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Fix build
This commit is contained in:
parent
ae985be2eb
commit
d0f0e4a954
1 changed files with 2 additions and 5 deletions
7
.github/workflows/build-packages.yml
vendored
7
.github/workflows/build-packages.yml
vendored
|
|
@ -45,8 +45,8 @@ jobs:
|
|||
|
||||
import g4f.debug
|
||||
g4f.debug.version_check = False
|
||||
g4f.debug.version = "${{ needs.prepare.outputs.version }}"
|
||||
|
||||
g4f.debug.version = "${G4F_VERSION}"
|
||||
|
||||
if __name__ == "__main__":
|
||||
from g4f.cli import main
|
||||
main()
|
||||
|
|
@ -63,9 +63,6 @@ jobs:
|
|||
with:
|
||||
python-version: "3.x"
|
||||
- name: Install build tools
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install build twine - name: Install build tools
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install build twine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue