This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-releases-client.git
The following commit(s) were added to refs/heads/main by this push:
new 8636dfa Document how to install the client with uv
8636dfa is described below
commit 8636dfa3d00e368b9e156268d79bb8af397da372
Author: Sean B. Palmer <[email protected]>
AuthorDate: Mon Nov 3 16:43:35 2025 +0000
Document how to install the client with uv
---
README.md | 9 +++++++++
pyproject.toml | 4 ++--
uv.lock | 4 ++--
3 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 6c9d8e1..23af456 100644
--- a/README.md
+++ b/README.md
@@ -27,3 +27,12 @@ The ATR API is not stable, so please do not rely on its
schema. The client CLI i
atr set tokens.pat "<pat from ATR site>"
atr jwt refresh
```
+
+If you do not have a compatible version of Python (we currently require 3.12
or higher), then you can try using the following commands:
+
+```
+curl -LsSf https://astral.sh/uv/install.sh | sh
+uv tool install "apache-trusted-releases @
git+https://github.com/apache/tooling-releases-client"
+```
+
+And you should then have an `atr` command available.
diff --git a/pyproject.toml b/pyproject.toml
index c067ffc..f556db3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,7 +11,7 @@ build-backend = "hatchling.build"
[project]
name = "apache-trusted-releases"
-version = "0.20251103.1443"
+version = "0.20251103.1642"
description = "ATR CLI and Python API"
readme = "README.md"
requires-python = ">=3.12"
@@ -80,4 +80,4 @@ filterwarnings = [
]
[tool.uv]
-exclude-newer = "2025-11-03T14:43:00Z"
+exclude-newer = "2025-11-03T16:42:00Z"
diff --git a/uv.lock b/uv.lock
index a87840b..b24b96a 100644
--- a/uv.lock
+++ b/uv.lock
@@ -3,7 +3,7 @@ revision = 3
requires-python = ">=3.12"
[options]
-exclude-newer = "2025-11-03T14:43:00Z"
+exclude-newer = "2025-11-03T16:42:00Z"
[[package]]
name = "aiohappyeyeballs"
@@ -136,7 +136,7 @@ wheels = [
[[package]]
name = "apache-trusted-releases"
-version = "0.20251103.1443"
+version = "0.20251103.1642"
source = { editable = "." }
dependencies = [
{ name = "aiohttp" },
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]