Skip to content

Commit

Permalink
Merge branch 'main' into release/4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Mar 13, 2023
2 parents b95bd6b + aea65d2 commit a5a108b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _release-pypi/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ inputs:
developers to verify the health of the action once integrated in their
CI/CD pipelines without actually publishing artifacts.
required: true
type: string
type: boolean

runs:
using: "composite"
Expand Down
2 changes: 1 addition & 1 deletion release-github/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ inputs:
``false``.
required: false
default: false
type: string
type: boolean


runs:
Expand Down
2 changes: 1 addition & 1 deletion release-pypi-private/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ inputs:
``false``.
required: false
default: false
type: string
type: boolean

python-version:
description: >
Expand Down
2 changes: 1 addition & 1 deletion release-pypi-public/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ inputs:
``false``.
required: false
default: false
type: string
type: boolean

python-version:
description: >
Expand Down
2 changes: 1 addition & 1 deletion release-pypi-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ inputs:
``false``.
required: false
default: false
type: string
type: boolean

python-version:
description: >
Expand Down

0 comments on commit a5a108b

Please sign in to comment.