You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is recommended to test locally that the not yet released SDK is compatible with the Seat Adjuster example and then merge the changes
88
+
It is recommended to test locally if the not yet released SDK is compatible with the Seat Adjuster example and then merge the changes
89
89
even if Continuos Integration fails.
90
90
91
91
2. Tag the commit and upload to GitHub
@@ -97,12 +97,12 @@ a new version of `velocitas-lib` published in [PyPI](https://pypi.org/project/ve
97
97
98
98
3. Re-run project creation tests
99
99
100
-
Now when the updated [PyPI](https://pypi.org/project/velocitas-sdk/) package exists the [Project creation](https://github.com/eclipse-velocitas/vehicle-app-python-sdk/actions/workflows/project-creation.yaml) workflow is expected to succeed if run manually for `main`.
100
+
Now, when the updated [PyPI](https://pypi.org/project/velocitas-sdk/) package exists, the [Project creation](https://github.com/eclipse-velocitas/vehicle-app-python-sdk/actions/workflows/project-creation.yaml) workflow is expected to succeed if run manually for `main`.
101
101
If not you need to troubleshoot why it doesn't.
102
102
103
103
### Updating Dependencies
104
104
105
-
This repository specify exact Python versions in `setup.py` and other files.
105
+
This repository specifies exact Python versions in `setup.py` and other files.
106
106
If a version needs to be updated, for example if a vulnerability is detected, the following approach needs to be followed
0 commit comments