diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index db3aa77..223461a 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -175,13 +175,13 @@ jobs: - pre-release-checks environment: Scheduled testing publish runs-on: ubuntu-latest - permissions: - # This permission is used for trusted publishing: - # https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers/ - # - # Trusted publishing has to also be configured on PyPI for each package: - # https://docs.pypi.org/trusted-publishers/adding-a-publisher/ - id-token: write +# permissions: +# # This permission is used for trusted publishing: +# # https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers/ +# # +# # Trusted publishing has to also be configured on PyPI for each package: +# # https://docs.pypi.org/trusted-publishers/adding-a-publisher/ +# id-token: write defaults: run: diff --git a/.github/workflows/_test_release.yml b/.github/workflows/_test_release.yml index 9a3a6d7..8453407 100644 --- a/.github/workflows/_test_release.yml +++ b/.github/workflows/_test_release.yml @@ -65,13 +65,13 @@ jobs: needs: - build runs-on: ubuntu-latest - permissions: - # This permission is used for trusted publishing: - # https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers/ - # - # Trusted publishing has to also be configured on PyPI for each package: - # https://docs.pypi.org/trusted-publishers/adding-a-publisher/ - id-token: write +# permissions: +# # This permission is used for trusted publishing: +# # https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers/ +# # +# # Trusted publishing has to also be configured on PyPI for each package: +# # https://docs.pypi.org/trusted-publishers/adding-a-publisher/ +# id-token: write steps: - uses: actions/checkout@v4