scottyphillips / pychonet

A simple to use library for interfacing with the ECHONETlite protocol
GNU General Public License v3.0
20 stars 17 forks source link

Release v2.3.3 #53

Closed nao-pon closed 2 years ago

nao-pon commented 2 years ago

@scottyphillips I am considering releasing v2.3.3.

But I'm new to registering on pypi, so check out the working instructions.

I plan to upload using the following command.

python setup.py sdist
python setup.py bdist_wheel
python -m twine upload --repository pypi dist/*

I uploaded it to test.pypi.org with the version number 2.3.2. (By mistake it also uploaded 2.3.2.1 which I tried locally...)

After that, is it OK to just rewrite the version number and upload it to pypi.org?

nao-pon commented 2 years ago

And I made draft of next release.

scottyphillips commented 2 years ago

Yes please do

Get Outlook for iOShttps://aka.ms/o0ukef


From: Naoki Sawada @.> Sent: Saturday, September 3, 2022 12:27:52 AM To: scottyphillips/pychonet @.> Cc: Scott Phillips @.>; Mention @.> Subject: Re: [scottyphillips/pychonet] Release v2.3.3 (Issue #53)

And I made draft of next release.

— Reply to this email directly, view it on GitHubhttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fscottyphillips%2Fpychonet%2Fissues%2F53%23issuecomment-1235571864&data=05%7C01%7C%7C4abaca3de26648c5195b08da8cef528e%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637977256776428277%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=z5Kv13hlcuvdWUiIJ8%2Fi7qyarqlpawTUkzkzystsRzU%3D&reserved=0, or unsubscribehttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAGHQNDFML2LLYZDV6NQCVNLV4IFGRANCNFSM6AAAAAAQDKK34U&data=05%7C01%7C%7C4abaca3de26648c5195b08da8cef528e%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637977256776428277%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=1V5LbzbyGoIKQoQCq92D3lHfma6kSLEx20hnBxIdjG4%3D&reserved=0. You are receiving this because you were mentioned.Message ID: @.***>

nao-pon commented 2 years ago

I done! Thanks! 👍