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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,5 +79,5 @@ For Seldon Deploy model metadata service, we are having to patch two additional
79
79
2. Update [config file](./config/python.json) to bump the package version.
80
80
3. Run `make python` to re-generate the sdk api files from new specifications. If you get error `error: patch failed` then update the template customisation [patch file](./templates/python/metadata_tags_metrics.patch). See templates section above for more details.
81
81
82
-
4. Run `make -C build push` to build & push latest release to [PyPi](https://pypi.org/project/seldon-deploy-sdk/)
82
+
4. Run `make -C python build push` to build & push latest release to [PyPi](https://pypi.org/project/seldon-deploy-sdk/). There's also the `push-test` target, for testing.
83
83
5. Create a new Github Tag and Release with latest version and notes.
0 commit comments