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
- OS version and name:
ubuntu-latest, macos-latest, windows-latest
Additional context
See also traitlets Issue #729.
Describe the bug
First noticed in
poetryIssue #6826,commitizenGitHub Actions CI workflows fail whenpoetryresolvestraitlets:Neither the PyPI release history nor the repo releases indicate a version
5.2.2.post0was released. However, when we curlpypi.org, we receive a hit for5.2.2.post0:Expected behavior
PyPIdoes not identifytraitlets==5.2.2.post0as a released version with a wheel.To Reproduce
Please refer to the details in the
Describe the bugsection.My Platform
commitizenGitHub Actions CI workflowpythonpackage.ymlubuntu-latest,macos-latest,windows-latestAdditional context
See also
traitletsIssue #729.