summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiner Lohaus <hlohaus@users.noreply.github.com>2024-01-12 02:15:41 +0100
committerHeiner Lohaus <hlohaus@users.noreply.github.com>2024-01-12 02:15:41 +0100
commit7075cd4ba15072c395f1635dee98fa03b956a051 (patch)
tree58aee3cdaadad3b1adc1cc8bb0916c71fd98a8a2
parentAdd publish-to-pypi workflow (diff)
downloadgpt4free-7075cd4ba15072c395f1635dee98fa03b956a051.tar
gpt4free-7075cd4ba15072c395f1635dee98fa03b956a051.tar.gz
gpt4free-7075cd4ba15072c395f1635dee98fa03b956a051.tar.bz2
gpt4free-7075cd4ba15072c395f1635dee98fa03b956a051.tar.lz
gpt4free-7075cd4ba15072c395f1635dee98fa03b956a051.tar.xz
gpt4free-7075cd4ba15072c395f1635dee98fa03b956a051.tar.zst
gpt4free-7075cd4ba15072c395f1635dee98fa03b956a051.zip
-rw-r--r--.github/workflows/publish-to-pypi.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml
index d0bc4d99..d5481fd4 100644
--- a/.github/workflows/publish-to-pypi.yml
+++ b/.github/workflows/publish-to-pypi.yml
@@ -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:
@@ -49,6 +49,4 @@ jobs:
name: python-package-distributions
path: dist/
- name: Publish distribution 📦 to PyPI
- uses: pypa/gh-action-pypi-publish@release/v1
- with:
- repository-url: https://test.pypi.org/legacy/ \ No newline at end of file
+ uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file