PyPi version is out of date #42
Replies: 3 comments
-
|
Hi @alandtse, |
Beta Was this translation helpful? Give feedback.
-
|
The v1.3.6 tag still has version = "1.3.3" in pyproject.toml, so pip builds it as 1.3.3. That explains why PyPI and Poetry can’t see 1.3.6. It looks like the project version wasn’t bumped before tagging. |
Beta Was this translation helpful? Give feedback.
-
|
There's an issue to fix it #43 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@alandtse,
GitHub has a v1.3.6 release/tag, but PyPI still shows 1.3.3 (so
alexapyPoetry fails resolving authcaptureproxy ^1.3.6).Is 1.3.6 still being tested or can it be published & released via
alexapy?Is there an existing PyPI publish workflow (GitHub Actions / trusted publishing) that should run on tags, or is publishing done manually (e.g.,
poetry publish)?Happy to pin alexapy to the git tag temporarily if publishing to PyPI isn’t intended.
Beta Was this translation helpful? Give feedback.
All reactions