From e74b5977bb15d009d2e43f029c85116267543985 Mon Sep 17 00:00:00 2001 From: Benexl Date: Sat, 16 Aug 2025 18:56:31 +0300 Subject: [PATCH] chore: update workflow --- .github/workflows/publish.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2032941..55cfe5e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -42,12 +42,6 @@ jobs: # IMPORTANT: this permission is mandatory for trusted publishing id-token: write - # Dedicated environments with protections for publishing are strongly recommended. - environment: - name: pypi - # OPTIONAL: uncomment and update to include your PyPI project URL in the deployment status: - # url: https://pypi.org/p/YOURPROJECT - steps: - name: Retrieve release distributions uses: actions/download-artifact@v4