mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56: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:
|
||||
description: 'Specify if this is the latest release.'
|
||||
required: false
|
||||
default: false
|
||||
default: true
|
||||
type: boolean
|
||||
replacements:
|
||||
description: 'Multi-line string containing search=replace patterns.'
|
||||
|
||||
@@ -5,7 +5,7 @@ Coverage ~= 7.10
|
||||
|
||||
# Test Runner
|
||||
pytest ~= 8.4
|
||||
pytest-cov ~= 6.2
|
||||
pytest-cov ~= 6.3
|
||||
|
||||
# Static Type Checking
|
||||
mypy ~= 1.17
|
||||
|
||||
Reference in New Issue
Block a user