From e7f26a987675d63910d70ba7eb626741582e23b9 Mon Sep 17 00:00:00 2001 From: Anes Benmerzoug Date: Tue, 15 Oct 2024 21:58:19 +0200 Subject: [PATCH] Comment out environment and permissions property in CI config --- .github/workflows/main.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f25d56a..c6cfe3a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -66,10 +66,11 @@ jobs: if: ${{ github.ref == 'refs/heads/main' }} concurrency: group: publish-testpypi - permissions: - id-token: write - environment: - name: testpypi + # TODO: uncomment once the repository and testpypi are configured + # permissions: + # id-token: write + # environment: + # name: testpypi steps: - uses: actions/checkout@v4 with: