Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update pypa/gh-action-pypi-publish action to v1.6.4 #166

Merged
merged 1 commit into from
Feb 14, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 30, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
pypa/gh-action-pypi-publish action minor v1.5.1 -> v1.6.4

Release Notes

pypa/gh-action-pypi-publish

v1.6.4

Compare 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 $HOME from the external env into the container and that tricked the Python's site module to think that the home directory is elsewhere, adding non-existent paths to the env vars. See #​115.

Full Diff: pypa/gh-action-pypi-publish@v1.6.3...v1.6.4

v1.6.3

Compare Source

Another Release!? Why?

In https://github.com/pypa/gh-action-pypi-publish/issues/112#issuecomment-1340133013, it was discovered that passing a $PATH variable even breaks the shebang. So this version adds more safeguards to make sure it keeps working with a fully broken $PATH.

Full Diff: pypa/gh-action-pypi-publish@v1.6.2...v1.6.3

v1.6.2

Compare Source

What's Fixed

  • Made the $PATH and $PYTHONPATH environment 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/112

Internal Maintenance Improvements

New Contributors

Full Diff: pypa/gh-action-pypi-publish@v1.6.1...v1.6.2

v1.6.1

Compare Source

What's happened?!

There was a sneaky bug in v1.6.0 which caused Twine to be outside the import path in the Python runtime. It is fixed in v1.6.1 by updating $PYTHONPATH to point to a correct location of the user-global site-packages/ directory.

Full Diff: pypa/gh-action-pypi-publish@v1.6.0...v1.6.1

v1.6.0

Compare Source

Anything's changed?

The only update is that the Python runtime has been upgraded from 3.9 to 3.11. There are no functional changes in this release.

Full Changelog: pypa/gh-action-pypi-publish@v1.5.2...v1.6.0

v1.5.2

Compare Source

What's Improved

Full Diff: pypa/gh-action-pypi-publish@v1.5.1...v1.5.2


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update pypa/gh-action-pypi-publish action to v1.5.2 chore(deps): update pypa/gh-action-pypi-publish action to v1.6.1 Dec 3, 2022
@renovate renovate bot force-pushed the renovate/pypa-gh-action-pypi-publish-1.x branch from 13cb682 to 7758cf1 Compare December 3, 2022 04:08
@renovate renovate bot changed the title chore(deps): update pypa/gh-action-pypi-publish action to v1.6.1 chore(deps): update pypa/gh-action-pypi-publish action to v1.6.3 Dec 6, 2022
@renovate renovate bot force-pushed the renovate/pypa-gh-action-pypi-publish-1.x branch from 7758cf1 to a9aed4f Compare December 6, 2022 23:50
@renovate renovate bot force-pushed the renovate/pypa-gh-action-pypi-publish-1.x branch from a9aed4f to 4516527 Compare December 7, 2022 02:18
@renovate renovate bot changed the title chore(deps): update pypa/gh-action-pypi-publish action to v1.6.3 chore(deps): update pypa/gh-action-pypi-publish action to v1.6.4 Dec 7, 2022
@renovate renovate bot changed the title chore(deps): update pypa/gh-action-pypi-publish action to v1.6.4 Update pypa/gh-action-pypi-publish action to v1.6.4 Dec 17, 2022
@renovate renovate bot changed the title Update pypa/gh-action-pypi-publish action to v1.6.4 chore(deps): update pypa/gh-action-pypi-publish action to v1.6.4 Dec 17, 2022
@MarshallAsch MarshallAsch merged commit 80f2300 into main Feb 14, 2023
@MarshallAsch MarshallAsch deleted the renovate/pypa-gh-action-pypi-publish-1.x branch February 14, 2023 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant