mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-12-24 03:23:49 +03:00
Change pypi to live
This commit is contained in:
parent
a7c8565922
commit
7075cd4ba1
6
.github/workflows/publish-to-pypi.yml
vendored
6
.github/workflows/publish-to-pypi.yml
vendored
@ -38,8 +38,8 @@ jobs:
|
||||
- build
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: testpypi
|
||||
url: https://test.pypi.org/p/g4f
|
||||
name: pypi
|
||||
url: https://pypi.org/p/g4f
|
||||
permissions:
|
||||
id-token: write
|
||||
steps:
|
||||
@ -50,5 +50,3 @@ jobs:
|
||||
path: dist/
|
||||
- name: Publish distribution 📦 to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
repository-url: https://test.pypi.org/legacy/
|
Loading…
Reference in New Issue
Block a user