diff --git a/.github/workflows/python-deploy.yml b/.github/workflows/python-deploy.yml index 0aea558..68aaf34 100644 --- a/.github/workflows/python-deploy.yml +++ b/.github/workflows/python-deploy.yml @@ -9,9 +9,9 @@ jobs: name: Deploy package runs-on: ubuntu-latest environment: release - permissions: - # IMPORTANT: this permission is mandatory for trusted publishing - id-token: write + permissions: + # IMPORTANT: this permission is mandatory for trusted publishing + id-token: write steps: - name: Checkout the repo