Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/.copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: v0.0.70-10-g7881f020
_commit: v0.0.71
_src_path: gh:LabAutomationAndScreening/copier-python-package-template
configure_python_asyncio: false
configure_vcrpy: false
Expand Down
24 changes: 1 addition & 23 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -159,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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.