williballenthin / python-registry

Pure Python parser for Windows Registry hives.
Apache License 2.0
426 stars 101 forks source link

PyPI has an outdated (1.3.1) release #107

Open dnso86 opened 1 year ago

dnso86 commented 1 year ago

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.

alain-khalil commented 1 year ago

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

williballenthin commented 1 year ago

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.

alain-khalil commented 1 year ago

Ok great