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-asf-example.git


The following commit(s) were added to refs/heads/main by this push:
     new 2830c05  Use the new location for the action to upload to ATR
2830c05 is described below

commit 2830c05db9bfeaf9ea1dd87eafead5cbe95c255a
Author: Sean B. Palmer <[email protected]>
AuthorDate: Fri Aug 22 15:30:17 2025 +0100

    Use the new location for the action to upload to ATR
---
 .github/workflows/build-and-rsync-to-atr.yaml | 2 +-
 pyproject.toml                                | 4 ++--
 src/asf/example/__init__.py                   | 2 +-
 uv.lock                                       | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/build-and-rsync-to-atr.yaml 
b/.github/workflows/build-and-rsync-to-atr.yaml
index f8720b7..5067f0c 100644
--- a/.github/workflows/build-and-rsync-to-atr.yaml
+++ b/.github/workflows/build-and-rsync-to-atr.yaml
@@ -32,7 +32,7 @@ jobs:
           sha256sum dist/*
 
       - name: Upload to ATR using a local composite action
-        uses: ./.github/actions/atr-upload
+        uses: 
apache/tooling-actions/upload-to-atr@bbbae990619d9296492e3c236a04616569e21761
         with:
           asf-uid: sbp
           project: tooling
diff --git a/pyproject.toml b/pyproject.toml
index 56912a8..8b1053b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
 [project]
 name            = "asf-example"
 # This is automatically updated
-version         = "0.0.1-dev17"
+version         = "0.0.1-dev18"
 description     = "Example package for ASF Tooling"
 readme          = "README.md"
 requires-python = ">=3.13"
@@ -48,4 +48,4 @@ select = [
 
 [tool.uv]
 # This is automatically updated
-exclude-newer = "2025-08-22T14:28:17Z"
+exclude-newer = "2025-08-22T14:30:13Z"
diff --git a/src/asf/example/__init__.py b/src/asf/example/__init__.py
index e5144bd..e22ffad 100644
--- a/src/asf/example/__init__.py
+++ b/src/asf/example/__init__.py
@@ -37,7 +37,7 @@ import tomlkit.items
 
 PROJECT: Final[str] = "asf-example"
 # This is automatically updated
-VERSION: Final[str] = "0.0.1-dev17"
+VERSION: Final[str] = "0.0.1-dev18"
 
 
 class BumpMode(enum.Enum):
diff --git a/uv.lock b/uv.lock
index d73528b..02edff1 100644
--- a/uv.lock
+++ b/uv.lock
@@ -3,11 +3,11 @@ revision = 3
 requires-python = ">=3.13"
 
 [options]
-exclude-newer = "2025-08-22T14:28:17Z"
+exclude-newer = "2025-08-22T14:30:13Z"
 
 [[package]]
 name = "asf-example"
-version = "0.0.1.dev17"
+version = "0.0.1.dev18"
 source = { editable = "." }
 dependencies = [
     { name = "pygit2" },


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to