Skip to content
This repository was archived by the owner on Aug 29, 2020. It is now read-only.

Commit 3661133

Browse files
committed
Update docs
1 parent c0c3bd6 commit 3661133

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

client_src/README.md

+14
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,17 @@ The `raise_not_found` argument was set to `True` and no documents were found in
9999
Access the `.req_body` and `.req_params` properties of the error object to see the request data, or simply print the error to debug.
100100

101101
## Development
102+
103+
### Publishing
104+
105+
Increment the semantic version inside `client_src/setup.py`, then build the package with:
106+
107+
```sh
108+
python setup.py sdist
109+
```
110+
111+
Publish to the anaconda pypi repository with:
112+
113+
```sh
114+
anaconda upload -i -u kbase dist/releng-client-{version}.tar.gz
115+
```

src/test/spec_release/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
The file in this directory, `spec.tar.gz` is a cached release of the `relation_engine_spec` repo, found here:
3+
4+
https://github.com/kbase/relation_engine_spec
5+
6+
It is cached here to avoid Github API usage limits when running tests on Travis.
7+
8+
It is also stored in the docker image for the RE API for use in tests in other codebases that depend on this one.

0 commit comments

Comments
 (0)