We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add attestations: true to a pypa/gh-action-pypi-publish step:
attestations: true
pypa/gh-action-pypi-publish
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:
Does this need adding to schema store or something?
The text was updated successfully, but these errors were encountered:
This should be addressed by #446
Sorry, something went wrong.
This issue should be fixed by v1.7.2.
Confirmed, thank you!
No branches or pull requests
Add
attestations: true
to apypa/gh-action-pypi-publish
step:For example:
Fails with:
This was recently added to the action:
Does this need adding to schema store or something?
The text was updated successfully, but these errors were encountered: