mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-25 18:15:58 +03:00
[PR #121] [MERGED] Update pypa/gh-action-pypi-publish action to v1.6.4 #297
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#297
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/121
Author: @renovate[bot]
Created: 12/14/2022
Status: ✅ Merged
Merged: 12/25/2022
Merged by: @probberechts
Base:
master← Head:renovate/pypa-gh-action-pypi-publish-1.6.x📝 Commits (1)
8154921Update pypa/gh-action-pypi-publish action to v1.6.4📊 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.1->v1.6.4Release Notes
pypa/gh-action-pypi-publish
v1.6.4Compare Source
oh, boi! again?
This is the last one tonight, promise! It fixes this embarrassing bug that was actually caught by the CI but got overlooked due to the lack of sleep.
TL;DR GH passed
$HOMEfrom the external env into the container and that tricked the Python'ssitemodule to think that the home directory is elsewhere, adding non-existent paths to the env vars. See #115.Full Diff: https://github.com/pypa/gh-action-pypi-publish/compare/v1.6.3...v1.6.4
v1.6.3Compare Source
Another Release!? Why?
In https://github.com/pypa/gh-action-pypi-publish/issues/112#issuecomment-1340133013, it was discovered that passing a
$PATHvariable even breaks the shebang. So this version adds more safeguards to make sure it keeps working with a fully broken$PATH.Full Diff: https://github.com/pypa/gh-action-pypi-publish/compare/v1.6.2...v1.6.3
v1.6.2Compare Source
What's Fixed
$PATHand$PYTHONPATHenvironment variables resilient to broken values passed from the host runner environment, which previously allowed the users to accidentally break the container's internal runtime as reported in https://github.com/pypa/gh-action-pypi-publish/issues/112Internal Maintenance Improvements
New Contributors
Full Diff: https://github.com/pypa/gh-action-pypi-publish/compare/v1.6.1...v1.6.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.