Description
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