From 404de3c74578bf0ebf5d89f8a632df77c9cc640b Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 28 Sep 2021 16:08:56 +0100 Subject: [PATCH] Add instructions for publishing --- synapse_auto_compressor/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 synapse_auto_compressor/README.md diff --git a/synapse_auto_compressor/README.md b/synapse_auto_compressor/README.md new file mode 100644 index 0000000..41f2c57 --- /dev/null +++ b/synapse_auto_compressor/README.md @@ -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'" +```