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.8.5 #180

Merged
merged 2 commits into from
Apr 29, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 10, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

pypa/gh-action-pypi-publish

v1.8.5

Compare Source

What's Improved

@​woodruffw improved the user-facing documentation and logging to make use of the Trusted Publishing flow terminology cohesive with PyPI in https://github.com/pypa/gh-action-pypi-publish/pull/143. Trusted Publishing used to be referred to as OpenID Connect (OIDC) — the underlying technology that is being used to make it work. He also made the action display the cause of the Trusted Publishing flow being selected by the action via https://github.com/pypa/gh-action-pypi-publish/pull/142.

Full Diff: pypa/gh-action-pypi-publish@v1.8.4...v1.8.5

v1.8.4

Compare Source

What's Improved

Full Diff: pypa/gh-action-pypi-publish@v1.8.3...v1.8.4

v1.8.3

Compare Source

What's New

This release improves the logging detalization of which authentication mode is selected when the action runs. It surfaces this detail to the workflow run summary page as annotations. The change was contributed by @​woodruffw in https://github.com/pypa/gh-action-pypi-publish/pull/136.

Full Diff: pypa/gh-action-pypi-publish@v1.8.2...v1.8.3

v1.8.2

Compare Source

What's Changed

This release started printing out full OIDC error messages to console, instead of just one line -- by @​woodruffw in https://github.com/pypa/gh-action-pypi-publish/pull/134.

Full Diff: pypa/gh-action-pypi-publish@v1.8.1...v1.8.2

v1.8.1

Compare Source

🐛 What's Fixed

💔 Unfortunately, a tiny mistake in v1.8.0 caused a far-reaching regression for the most used code path.
❗ But don't worry, it's fixed now thanks to @​njzjz who promptly spotted it and @​zhongjiajie who sent a bugfix.

🙌 New Contributors

Full Diff: pypa/gh-action-pypi-publish@v1.8.0...v1.8.1

v1.8.0

Compare Source

The Coolest Release Ever!

In this release, @​woodruffw implemented support for secretless OIDC-based publishing to PyPI-like package indexes. The OIDC flow is activated when neither username nor password action inputs are set.

The OIDC “token exchange”, is an authentication technique that PyPI (and TestPyPI, and hopefully some future others) supports as an alternative to long-lived username/password combinations or long-lived API tokens.

IMPORTANT: The PyPI-side configuration is only available to participants of the private beta test. Please, only try out the zero-config mode if you are a beta test participant having followed the PyPI configuration instructions.

Setup prerequisites: https://github.com/marketplace/actions/pypi-publish#publishing-with-openid-connect
PyPI's documentation: https://pypi.org/help/#openid-connect
Beta test enrollment: https://github.com/pypi/warehouse/issues/12965

New Contributors

Full Diff: pypa/gh-action-pypi-publish@v1.7.1...v1.8.0

v1.7.1

Compare 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: pypa/gh-action-pypi-publish@v1.7.0...v1.7.1

v1.7.0

Compare 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: pypa/gh-action-pypi-publish@v1.6.5...v1.7.0

v1.6.5

Compare Source

What's Changed

  • Added an explicit warning when the password passed into the action is empty — thanks @​colindean

New Contributors

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


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 force-pushed the renovate/pypa-gh-action-pypi-publish-1.x branch from 6239351 to 6e1bfe4 Compare March 11, 2023 03:41
@renovate renovate bot changed the title chore(deps): update pypa/gh-action-pypi-publish action to v1.6.5 chore(deps): update pypa/gh-action-pypi-publish action to v1.7.1 Mar 11, 2023
@renovate renovate bot changed the title chore(deps): update pypa/gh-action-pypi-publish action to v1.7.1 chore(deps): update pypa/gh-action-pypi-publish action to v1.8.0 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/pypa-gh-action-pypi-publish-1.x branch from 6e1bfe4 to f9b354d Compare March 16, 2023 04:10
@renovate renovate bot changed the title chore(deps): update pypa/gh-action-pypi-publish action to v1.8.0 chore(deps): update pypa/gh-action-pypi-publish action to v1.8.1 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/pypa-gh-action-pypi-publish-1.x branch from f9b354d to 65101d5 Compare March 16, 2023 16:46
@renovate renovate bot changed the title chore(deps): update pypa/gh-action-pypi-publish action to v1.8.1 chore(deps): update pypa/gh-action-pypi-publish action to v1.8.2 Mar 22, 2023
@renovate renovate bot force-pushed the renovate/pypa-gh-action-pypi-publish-1.x branch from 65101d5 to 97141f8 Compare March 22, 2023 15:02
@renovate renovate bot changed the title chore(deps): update pypa/gh-action-pypi-publish action to v1.8.2 chore(deps): update pypa/gh-action-pypi-publish action to v1.8.3 Mar 22, 2023
@renovate renovate bot force-pushed the renovate/pypa-gh-action-pypi-publish-1.x branch from 97141f8 to 5a8d752 Compare March 22, 2023 16:00
@renovate renovate bot force-pushed the renovate/pypa-gh-action-pypi-publish-1.x branch from 5a8d752 to 667b467 Compare April 1, 2023 05:04
@renovate renovate bot changed the title chore(deps): update pypa/gh-action-pypi-publish action to v1.8.3 chore(deps): update pypa/gh-action-pypi-publish action to v1.8.4 Apr 1, 2023
@renovate renovate bot changed the title chore(deps): update pypa/gh-action-pypi-publish action to v1.8.4 chore(deps): update pypa/gh-action-pypi-publish action to v1.8.5 Apr 3, 2023
@renovate renovate bot force-pushed the renovate/pypa-gh-action-pypi-publish-1.x branch from 667b467 to c782ef6 Compare April 3, 2023 17:01
@MarshallAsch MarshallAsch force-pushed the renovate/pypa-gh-action-pypi-publish-1.x branch from c782ef6 to f0725d8 Compare April 29, 2023 12:48
@renovate
Copy link
Contributor Author

renovate bot commented Apr 29, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@MarshallAsch MarshallAsch merged commit edf88c6 into main Apr 29, 2023
@MarshallAsch MarshallAsch deleted the renovate/pypa-gh-action-pypi-publish-1.x branch April 29, 2023 13:01
@MarshallAsch MarshallAsch added the type: chore A maintenance task label Apr 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: chore A maintenance task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant