NiklasRosenstein / pydoc-markdown

Create Python API documentation in Markdown format.
http://niklasrosenstein.github.io/pydoc-markdown/
Other
453 stars 102 forks source link

PyPI Package Publish action is failing #234

Closed calebho closed 2 years ago

calebho commented 2 years ago

Environment

n/a

Describe the bug

It seems like the publish workflow is failing. As a result, the latest version available on PyPI is 4.3.2 while the latest tag is 4.5.0

Expected behavior

The latest package version should be published to PyPI when a new tag is pushed

calebho commented 2 years ago

Current workaround is to install from GitHub using pip's VCS integration

NiklasRosenstein commented 2 years ago

Thanks for the heads up @calebho, seems like the PyPI tokens expired. Fixed it, now 4.4.0 and 4.5.0 are available on PyPI.

Cheers, Niklas