Closed
Description
I added attestations: true
to my deploy workflow:
- name: Upload package to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
attestations: true
repository-url: https://test.pypi.org/legacy/
But it failed:
Checking dist/tinytext-3.8.1.dev14-py3-none-any.whl: PASSED
Checking dist/tinytext-3.8.1.dev14.tar.gz: PASSED
Notice: Generating and uploading digital attestations
Error: Attestation generation failure: The following paths look like distributions but are not actually files: /github/workspace/dist/tinytext-3.8.1.dev14.tar.gz, /github/workspace/dist/tinytext-3.8.1.dev14-py3-none-any.whl
What am I missing?
Metadata
Metadata
Assignees
Labels
No labels