-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automate publication of Python SDK for BoaviztAPI #362
Comments
To give more context, I think the workflow was mostly working fine (at least to build the package). The issue seemed to be linked to uploading it to pypi. So it should not be a big issue to fix it. See this failed workflow log : https://github.com/Boavizta/boaviztapi/actions/runs/12261464371/job/34208525580 I see that the package is published using @bpetit account, I do not know if it would be possible to use a non-personnal account . |
Issue seems related to PyPI requiring a verified email address when uploading. |
I will look into it after the holiday period, probably when I am going to update dependencies for |
Problem
The historical workflow that allowed to publish a Python SDK for Boavizta API was deleted because under the asumption that the SDK was not used anymore (and because the github action did not work well)..... but it turns out it was a false asumption.
See #356
Solution
Re-enable and fix the github action (worklfow) and document how to publish the sdk.
Alternatives
Additional context or elements
Latest version of the workflow (before deletion : https://github.com/Boavizta/boaviztapi/blob/v1.3.7/.github/workflows/build_client_sdk_with_poetry.yml)
The text was updated successfully, but these errors were encountered: