fix: correct YAML mapping for permissions block

This commit is contained in:
JerrettDavis 2026-04-15 22:10:21 -05:00
parent bc49e6da16
commit e91e4f9672

View file

@ -209,7 +209,8 @@ jobs:
if: github.event.inputs.dry_run != 'true' && vars.PYPI_SKIP != 'true'
environment: pypi # NOTE: environment name must be a literal; update here if the GitHub environment name changes
runs-on: ubuntu-latest
permissions: id-token: write # Required for OIDC trusted publishing
permissions:
id-token: write # Required for OIDC trusted publishing
steps:
- name: Download dist artifact
uses: actions/download-artifact@v4