mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-25 10:05:53 +03:00
[PR #176] [MERGED] Update pypa/gh-action-pypi-publish action to v1.7.1 #335
Labels
No labels
ESPN
FBref
FotMob
MatchHistory
SoFIFA
Sofascore
WhoScored
WhoScored
bug
build
common
dependencies
discussion
documentation
duplicate
enhancement
good first issue
invalid
performance
pull-request
question
question
removal
understat
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/soccerdata#335
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/probberechts/soccerdata/pull/176
Author: @renovate[bot]
Created: 3/14/2023
Status: ✅ Merged
Merged: 3/14/2023
Merged by: @probberechts
Base:
master← Head:renovate/pypa-gh-action-pypi-publish-1.x📝 Commits (1)
986a0b5Update pypa/gh-action-pypi-publish action to v1.7.1📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
.github/workflows/release.yml(+2 -2)📄 Description
This PR contains the following updates:
v1.6.5->v1.7.1Release Notes
pypa/gh-action-pypi-publish
v1.7.1Compare Source
Regression?
There was a small setback with v1.7.0 — the snake_case fallbacks didn't work because the check for the kebab-case env vars with default values set was always truthy. This bugfix release promptly fixes that.
Full Diff: https://github.com/pypa/gh-action-pypi-publish/compare/v1.7.0...v1.7.1
v1.7.0Compare Source
What should I care about?
TL;DR The action input names have been converted to use kebab-case and marked deprecated. But the old names still work.
This is made to align the public API with the de-facto conventions in the ecosystem. We've used snake_case names, which the maintainer considers a historical mistake. New kebab-case inputs will make the end-users' workflows look more consistent and and visually distinguishable from other identifiers one may encounter in YAML.
There is no timeline for removing the old names, but it will happen in v3 or later versions of the action. If the maintainer doesn't forget to do this, that is.
The patch is here: https://github.com/pypa/gh-action-pypi-publish/pull/125.
Full Diff: https://github.com/pypa/gh-action-pypi-publish/compare/v1.6.5...v1.7.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.