knipknap / exscript

A Python module making Telnet and SSH easy
MIT License
364 stars 136 forks source link

Publish version on PyPi #193

Closed maximumG closed 5 years ago

maximumG commented 5 years ago

Hello,

Would it be possible to release a new version (2.6.3) of the library on PyPi ? I am not able to connect to Huawei devices until the commit eb77f5a57500c0c7e3673c4724d5b2cec58f3968. This commit is not part of any official release for now.

Thus, I need to install the DEVELOPMENT version directly from Github instead of an official release on PyPi.

Thanks.

knipknap commented 5 years ago

I currently have no access to a development machine; however, I would grant you the rights wo publish a new wheel, if you tell me your account name on PyPi. Creating a new release is as easy as

git tag -a v2.6.3 v2.6.3
git push --tags
make wheel
make dist-publish
maximumG commented 5 years ago

Thanks for your reply - really appreciate. My account name on PyPI is maximumG

knipknap commented 5 years ago

I'm getting an error:

User 'maximumG' does not have a verified primary email address and cannot be added as a Maintainer for project.

maximumG commented 5 years ago

User 'maximumG' does not have a verified primary email address and cannot be added as a Maintainer for project.

It should be ok now.

knipknap commented 5 years ago

It worked! You should now have permissions to upload new releases, and to push changes to the main repository.

maximumG commented 5 years ago

Thanks for you work. I just uploaded a new version 2.6.3 on PyPi https://pypi.org/project/Exscript/2.6.3/

knipknap commented 5 years ago

Great, Thanks!

JohnHay commented 4 years ago

Could we have 2.6.3 added to the releases page too?

https://github.com/knipknap/exscript/releases