Fix build

This commit is contained in:
hlohaus 2025-08-22 13:51:45 +02:00
parent ae985be2eb
commit d0f0e4a954

View file

@ -45,7 +45,7 @@ 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
@ -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