Skip to content

Upload problems - inexplicable naming conflict #3761

Open
@Old-Shatterhand

Description

@Old-Shatterhand

Hi,

Describe the bug
I'm trying to upload a package to PyPI through GitHub Actions using Poetry and the PyPI API token. I tried it with two names, PyWLK and wlkipy. In both cases, I got the same issue: HTTP Error 400: The name '...' is too similar to an existing project.

Expected behavior
I'd expect the upload to be no problem or at least to know which other package caused the problem.

To Reproduce
As it's GitHub Actions, you can inspect everything here.

My Platform
Standard GitHub Actions environment where I create a mamba environment, install poetry, build and upload it.

Additional context
The pipeline for uploading seems a bit complex, but for conda uploads, it works. I'd like to use poetry for uploading and an automated way to upload the package to reduce the workload.

Thank you for any help, Roman

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions