Add instructions for publishing
This commit is contained in:
12
synapse_auto_compressor/README.md
Normal file
12
synapse_auto_compressor/README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# Auto Compressor
|
||||||
|
|
||||||
|
See the top level readme for information.
|
||||||
|
|
||||||
|
|
||||||
|
## Publishing to PyPI
|
||||||
|
|
||||||
|
Bump the version number and run from the root directory of the repo:
|
||||||
|
|
||||||
|
```
|
||||||
|
docker run -it --rm -v $(pwd):/io -e OPENSSL_STATIC=1 konstin2/maturin publish -m synapse_auto_compressor/Cargo.toml --cargo-extra-args "\--features='openssl/vendored'"
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user