-
Notifications
You must be signed in to change notification settings - Fork 189
Closed
Description
Add attestations: true
to a pypa/gh-action-pypi-publish
step:
steps:
- name: Upload package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
attestations: true
For example:
Fails with:
.github/workflows/deploy.yml:93:11: input "attestations" is not defined in action "pypa/gh-action-pypi-publish@release/v1". available inputs are "packages-dir", "packages_dir", "password", "print-hash", "print_hash", "repository-url", "repository_url", "skip-existing", "skip_existing", "user", "verbose", "verify-metadata", "verify_metadata" [action]
|
93 | attestations: true
| ^~~~~~~~~~~~~
This was recently added to the action:
- https://github.com/pypa/gh-action-pypi-publish#generating-and-uploading-attestations
- https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.10.0
- pypa/gh-action-pypi-publish@8a08d61
Does this need adding to schema store or something?
nikaro
Metadata
Metadata
Assignees
Labels
No labels