Skip to content

Commit 49e6eb5

Browse files
authored
fix(build): Add missing directory to Make command (#64)
I've also mentioned the other target, that's helpful.
1 parent ec211cf commit 49e6eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ For Seldon Deploy model metadata service, we are having to patch two additional
7979
2. Update [config file](./config/python.json) to bump the package version.
8080
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.
8181

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.
8383
5. Create a new Github Tag and Release with latest version and notes.

0 commit comments

Comments
 (0)