Skip to content

attestations: false #49

attestations: false

attestations: false #49

name: publish-release
on:
release:
types:
- released
jobs:
call-publish-pypi:

Check failure on line 9 in .github/workflows/publish-release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish-release.yaml

Invalid workflow file

You have an error in your yaml syntax on line 9
permissions:
id-token: write
uses: ./.github/workflows/publish-pypi.yaml
with:
attestations: false
pypi_repository_url: https://upload.pypi.org/legacy/
secrets:
pypi_api_login: __token__
pypi_api_password: ${{ secrets.PYPI_TOKEN }}