python-registry icon indicating copy to clipboard operation
python-registry copied to clipboard

PyPI has an outdated (1.3.1) release

Open dnso86 opened this issue 1 year ago • 3 comments

The most recent release on PyPI (1.3.1) is one minor version behind the current 1.4, which is only available here on Github. There must be countless deployments and projects out there that will therefore never update to the newest release because pip doesn't know about it.

I would have expected PyPI to contain the same v1.4 release.

dnso86 avatar Jul 01 '23 16:07 dnso86

Hello, I am willing to work on it. Can you please assign this issue to me ? To update the changelog, I would need the information about the changes in version 1.4. Also, do you want me also to build the distribution and add the package here ? Or upload the distribution package directly to PyPi ? In this case, login credentials would be required.

I am asking all these questions because I am new here and it is my first time to release a new version in PyPI

alain-khalil avatar Oct 18 '23 16:10 alain-khalil

hey @dnso86 and @alain-khalil thanks for your offer to help out here. I'd prefer to configure GH Actions to deploy to PyPI. I think we can cannibalize the workflow config from here: https://github.com/mandiant/capa/blob/master/.github/workflows/publish.yml

i'll try to do this first thing in the morning, and if it doesn't work out, I'll tag @alain-khalil to help out.

williballenthin avatar Oct 18 '23 18:10 williballenthin

Ok great

alain-khalil avatar Oct 19 '23 03:10 alain-khalil