Skip to content
Merged
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
3 changes: 1 addition & 2 deletions .github/workflows/python-lib-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -454,4 +454,3 @@ jobs:
echo "There was a failure in the workflow. release branch was deleted."
exit 0
shell: bash

2 changes: 1 addition & 1 deletion .github/workflows/python-lib-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down