Closed
Description
Describe the bug
First noticed in poetry
Issue #6826, commitizen
GitHub Actions CI workflows fail when poetry
resolves traitlets
:
Package traitlets (5.2.2.post0) not found
Neither the PyPI release history nor the repo releases indicate a version 5.2.2.post0
was released. However, when we curl pypi.org
, we receive a hit for 5.2.2.post0
:
$ curl -s https://pypi.org/simple/traitlets/ | grep 5.2.2.post0
<a href="https://files.pythonhosted.org/packages/30/b6/43f78c203f11e7ce353ca7ca326332f8c020863b7904cc8aedea5a415f90/traitlets-5.2.2.post0-py3-none-any.whl#sha256=7109d1daa09aaf3aefd823eadde1d81508d039c74d9bed6b1812c58bea0cfe20" data-requires-python=">=3.7" >traitlets-5.2.2.post0-py3-none-any.whl</a><br />
Expected behavior
PyPI
does not identify traitlets==5.2.2.post0
as a released version with a wheel.
To Reproduce
Please refer to the details in the Describe the bug
section.
My Platform
- Poetry version: 1.2.2
- Python version: 3.6 - 3.10
- Issue is occuring on
commitizen
GitHub Actions CI workflowpythonpackage.yml
- Issue is occuring on
- OS version and name:
ubuntu-latest
,macos-latest
,windows-latest
- To date, the correspond to:
- Windows Server 2022
- Ubuntu 20.04
- macOS Big Sur 11
- To date, the correspond to:
Additional context
See also traitlets
Issue #729.