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