From e551a4bcdda721e689eb2475c0eb2e0ea2ec9704 Mon Sep 17 00:00:00 2001 From: Eli Fine Date: Wed, 15 Jul 2026 13:43:23 +0000 Subject: [PATCH 1/4] bump --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7bbab40..dab575b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ # ===================================================================================================== [project] name = "cloud-courier" -version = "0.0.4" +version = "0.0.5" description = "Agent to upload files to cloud" authors = [ {name = "Eli Fine"}, diff --git a/uv.lock b/uv.lock index 328d854..2d7841e 100644 --- a/uv.lock +++ b/uv.lock @@ -572,7 +572,7 @@ wheels = [ [[package]] name = "cloud-courier" -version = "0.0.4" +version = "0.0.5" source = { editable = "." } dependencies = [ { name = "boto3" }, From 190e7520d53ff43959ec23103aa430dbfd6faa83 Mon Sep 17 00:00:00 2001 From: Eli Fine Date: Wed, 15 Jul 2026 13:45:21 +0000 Subject: [PATCH 2/4] pull in more --- .config/.copier-answers.yml | 2 +- .github/workflows/release.yaml | 23 ----------------------- 2 files changed, 1 insertion(+), 24 deletions(-) diff --git a/.config/.copier-answers.yml b/.config/.copier-answers.yml index a0ff5c2..43c3fa6 100644 --- a/.config/.copier-answers.yml +++ b/.config/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: v0.0.70-10-g7881f020 +_commit: v0.0.70-12-gae7cf06a _src_path: gh:LabAutomationAndScreening/copier-python-package-template configure_python_asyncio: false configure_vcrpy: false diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f2ea9f5..d7e85c7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -99,35 +99,12 @@ jobs: fi - create-tag: - name: Create the git tag - if: ${{ !inputs.dry_run }} - timeout-minutes: 8 - needs: - - guard - permissions: - contents: write # needed to push the tag - runs-on: ubuntu-24.04 - steps: - - name: Checkout code - uses: actions/checkout@v6.0.2 - - name: Setup python - uses: actions/setup-python@v6.2.0 - with: - python-version: 3.13.9 - - name: Confirm tag not already present - run: python3 ./.github/workflows/git_tag.py --version "${{ needs.guard.outputs.version }}" --confirm-tag-not-present - - name: Create tag - run: python3 ./.github/workflows/git_tag.py --version "${{ needs.guard.outputs.version }}" --push-tag-to-remote - - release: name: Create GitHub Release if: ${{ !inputs.dry_run }} runs-on: ubuntu-24.04 timeout-minutes: 2 needs: - - create-tag - guard permissions: contents: write # needed to create GitHub releases From d1a97814550d8af9055a32aa4765765c35f9985c Mon Sep 17 00:00:00 2001 From: Eli Fine Date: Wed, 15 Jul 2026 15:58:25 +0000 Subject: [PATCH 3/4] more pull in --- .config/.copier-answers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/.copier-answers.yml b/.config/.copier-answers.yml index 43c3fa6..baa4903 100644 --- a/.config/.copier-answers.yml +++ b/.config/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: v0.0.70-12-gae7cf06a +_commit: v0.0.70-16-g4723d2d4 _src_path: gh:LabAutomationAndScreening/copier-python-package-template configure_python_asyncio: false configure_vcrpy: false From effba9644f1b87e65116131c84cb4d6fe5f112d7 Mon Sep 17 00:00:00 2001 From: Eli Fine Date: Wed, 15 Jul 2026 22:10:43 +0000 Subject: [PATCH 4/4] tag --- .config/.copier-answers.yml | 2 +- .github/workflows/release.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/.copier-answers.yml b/.config/.copier-answers.yml index baa4903..a3f9f85 100644 --- a/.config/.copier-answers.yml +++ b/.config/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: v0.0.70-16-g4723d2d4 +_commit: v0.0.71 _src_path: gh:LabAutomationAndScreening/copier-python-package-template configure_python_asyncio: false configure_vcrpy: false diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d7e85c7..2d1181b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -136,6 +136,7 @@ jobs: uses: softprops/action-gh-release@v3.0.0 with: tag_name: v${{ needs.guard.outputs.version }} + target_commitish: ${{ github.sha }} name: cloud-courier v${{ needs.guard.outputs.version }} generate_release_notes: true fail_on_unmatched_files: true