Skip to content

"Attestation generation failure: The following paths look like distributions but are not actually files" #256

Closed
@hugovk

Description

@hugovk

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions