From c5dedb17ad4ca230837eca7c3b2ebf3497e99791 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Mon, 11 Sep 2023 10:27:17 -0400 Subject: [PATCH] remove with section, doesn't seem to work (#551) --- .github/workflows/pypi.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 09690fbeb..4f3e9bcc3 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -12,11 +12,9 @@ jobs: runs-on: ubuntu-latest environment: name: pypi - url: https://pypi.org/p/axolotl-ai + url: https://pypi.org/p/axolotl permissions: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing - with: - verbose: true steps: # retrieve your distributions here - name: Publish package distributions to PyPI