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: