From 980e50c80aeba2571d4bd0ce2c67e3f459daa92b Mon Sep 17 00:00:00 2001 From: James Mineau Date: Mon, 5 Aug 2024 03:22:11 +0000 Subject: [PATCH 1/4] auto-update package version --- lair/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lair/__init__.py b/lair/__init__.py index 9da1f3f..3fc7204 100644 --- a/lair/__init__.py +++ b/lair/__init__.py @@ -24,4 +24,4 @@ from . import utils -__version__ = '2024.08.0' +__version__ = '2024.08.1' From 3b189d30c0108b07d5bc8946e78ad2e3cbfd1945 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 5 Aug 2024 03:46:53 +0000 Subject: [PATCH 2/4] auto-update package version --- lair/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lair/__init__.py b/lair/__init__.py index 3fc7204..17dac3f 100644 --- a/lair/__init__.py +++ b/lair/__init__.py @@ -24,4 +24,4 @@ from . import utils -__version__ = '2024.08.1' +__version__ = '2024.08.2' From 4a3f03bbd098e282e5bb8640aabf109b1a35f2ea Mon Sep 17 00:00:00 2001 From: James Mineau <60365712+jmineau@users.noreply.github.com> Date: Sun, 4 Aug 2024 22:00:05 -0600 Subject: [PATCH 3/4] dont trigger when pull request opened --- .github/workflows/update_version.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/update_version.yml b/.github/workflows/update_version.yml index d1dea3b..b4e73ad 100644 --- a/.github/workflows/update_version.yml +++ b/.github/workflows/update_version.yml @@ -3,8 +3,6 @@ name: Update package version on: push: branches: [ main ] - pull_request: - branches: [ main ] permissions: contents: write jobs: @@ -13,8 +11,6 @@ jobs: steps: - uses: actions/checkout@v4 - with: - ref: ${{ github.event.pull_request.head.ref }} - name: Set up Python uses: actions/setup-python@v4 From 351e728597039ecc4dc10515195b3a05bfe2f4ef Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 5 Aug 2024 04:00:15 +0000 Subject: [PATCH 4/4] auto-update package version --- lair/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lair/__init__.py b/lair/__init__.py index 17dac3f..4e864bb 100644 --- a/lair/__init__.py +++ b/lair/__init__.py @@ -24,4 +24,4 @@ from . import utils -__version__ = '2024.08.2' +__version__ = '2024.08.3'