1Password / onepassword-sdk-python

https://developer.1password.com/docs/sdks/
MIT License
86 stars 10 forks source link

Improve Python SDK Release Process #128

Closed MOmarMiraj closed 1 month ago

MOmarMiraj commented 1 month ago

This PR will fix the current pain points of the release process of the Python SDK. This includes the following:

Also with Python 3.13, the min macos version is 10.13 so added a check to ensure the correct version is being passed through depending on the python version.

hculea commented 1 month ago

Functionally tested and all is great! A few nits, as well as adding documentation, and this should be good to go.