diff --git a/README.md b/README.md index 3bb60239..ebfce0ac 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ compilation for many different quantum architectures. a python package on [PyPI](https://pypi.org/project/tket2/). See the respective -[Rust](https://github.com/CQCL/tket2/blob/main/rust/README.md) and -[Python](https://github.com/CQCL/tket2/blob/main/python/README.md) READMEs for +[Rust](https://github.com/CQCL/tket2/blob/main/tket2) and +[Python](https://github.com/CQCL/tket2/blob/main/tket2-py) READMEs for more information. ## Developing TKET2 diff --git a/release-plz.toml b/release-plz.toml index b7d64e3e..f565a37b 100644 --- a/release-plz.toml +++ b/release-plz.toml @@ -31,6 +31,3 @@ commit_parsers = [ [[package]] name = "tket2" release = true - -# Temporarily disabled until the first manual release -publish = false