ci: remove conan (#853)

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner
2023-03-09 10:57:30 -08:00
committed by GitHub
parent 89601ee253
commit 7a693edad0
6 changed files with 0 additions and 158 deletions

View File

@@ -60,19 +60,6 @@ name, pre-commit):
pre-commit install
```
## For developers releasing to Conan.io
This is now done by the CI system on tagged releases. Previously, the steps to
make a Conan.io release were:
```bash
conan remove '*' # optional, I like to be clean
conan create . cliutils/stable
conan upload "*" -r cli11 --all
```
Here I've assumed that the remote is `cli11`.
## For maintainers: remember to add contributions
In a commit to a PR, just add