mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 11:06:56 +08:00
Set releases always to latest.
This commit is contained in:
2
.github/workflows/PublishReleaseNotes.yml
vendored
2
.github/workflows/PublishReleaseNotes.yml
vendored
@@ -81,7 +81,7 @@ on:
|
|||||||
latest:
|
latest:
|
||||||
description: 'Specify if this is the latest release.'
|
description: 'Specify if this is the latest release.'
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: true
|
||||||
type: boolean
|
type: boolean
|
||||||
replacements:
|
replacements:
|
||||||
description: 'Multi-line string containing search=replace patterns.'
|
description: 'Multi-line string containing search=replace patterns.'
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ Coverage ~= 7.10
|
|||||||
|
|
||||||
# Test Runner
|
# Test Runner
|
||||||
pytest ~= 8.4
|
pytest ~= 8.4
|
||||||
pytest-cov ~= 6.2
|
pytest-cov ~= 6.3
|
||||||
|
|
||||||
# Static Type Checking
|
# Static Type Checking
|
||||||
mypy ~= 1.17
|
mypy ~= 1.17
|
||||||
|
|||||||
Reference in New Issue
Block a user