From 7463ba7744d09b6795a4f2f4d484512df1817aae Mon Sep 17 00:00:00 2001 From: Max Chesterfield Date: Fri, 8 May 2026 11:22:49 +1000 Subject: [PATCH] strings plz, not doubles Signed-off-by: Max Chesterfield --- .github/workflows/python-lib-release.yml | 3 +-- .github/workflows/python-lib-snapshot.yml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-lib-release.yml b/.github/workflows/python-lib-release.yml index c0f88da..6af42e4 100644 --- a/.github/workflows/python-lib-release.yml +++ b/.github/workflows/python-lib-release.yml @@ -32,7 +32,7 @@ on: description: "Python versions to run 'build'" required: false type: string - default: 3.10 + default: "3.10" package-release-version: description: "Version to release" required: false @@ -454,4 +454,3 @@ jobs: echo "There was a failure in the workflow. release branch was deleted." exit 0 shell: bash - diff --git a/.github/workflows/python-lib-snapshot.yml b/.github/workflows/python-lib-snapshot.yml index c702f72..098e75c 100644 --- a/.github/workflows/python-lib-snapshot.yml +++ b/.github/workflows/python-lib-snapshot.yml @@ -31,7 +31,7 @@ on: description: "Python versions to run 'build'" required: false type: string - default: 3.10 + default: "3.10" #pypi-project-name: # OPS-185, although this could be replaced by parsing the name from .pyproject.toml? # description: 'The Pypi project to deploy to - should be the package name' # required: true