Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pypa/gh-action-pypi-publish
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.11
Choose a base ref
...
head repository: pypa/gh-action-pypi-publish
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.12
Choose a head ref
  • 20 commits
  • 5 files changed
  • 9 contributors

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    674fb78 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Merge pull request #196 from woodruffw-forks/ww/notice-to-debug

    This replaces the use of `::notice` in each authentication case with `::debug`, reducing the user confusion caused by the these messages. It also simplifies the message in the Trusted Publishing case to make it less ambiguous.
    
    Closes #192.
    webknjaz authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c12cc61 View commit details
    Browse the repository at this point in the history
  2. Give more information to users

    Reusable workflows don't work, and it's challenging to know that. Help the user out.
    virtuald authored and webknjaz committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    a1a4995 View commit details
    Browse the repository at this point in the history
  3. Update oidc-exchange.py

    Co-authored-by: Sviatoslav Sydorenko <[email protected]>
    virtuald and webknjaz committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    dea1d70 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Add suggested changes.
    virtuald authored and webknjaz committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    415d7a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. oidc-exchange: update OIDC minting endpoint

    Signed-off-by: William Woodruff <[email protected]>
    woodruffw committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    cd96453 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Merge pull request #206 from trail-of-forks/ww/update-oidc-endpoint

    This patch updates the PyPI API minting endpoint used uding the OIDC exchange process.
    webknjaz authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    e080e00 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #186 from virtuald/virtuald-patch-1

    Mention in the docs that reusable workflows aren't supported right now
    webknjaz authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    e82f99a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0620a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    013c017 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #204 from pypa/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    webknjaz authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    3f824c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    a524841 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Merge pull request #210 from pypa/dependabot/pip/requirements/cryptog…

    …raphy-42.0.0
    
    build(deps): bump cryptography from 41.0.6 to 42.0.0 in /requirements
    webknjaz authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    0580fcb View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    751e5b8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #213 from pypa/dependabot/pip/requirements/cryptog…

    …raphy-42.0.2
    
    build(deps): bump cryptography from 42.0.0 to 42.0.2 in /requirements
    webknjaz authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    72a79c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    c13b4aa View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Merge pull request #214 from pypa/dependabot/pip/requirements/cryptog…

    …raphy-42.0.4
    
    build(deps): bump cryptography from 42.0.2 to 42.0.4 in /requirements
    webknjaz authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    24c5d5c View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    aeff019 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #216 from xuanzhi33/unstable/v1

    Correct the trusted publishing note admonition markdown syntax in the README
    webknjaz authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    edfa8f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Clarify the error during OIDC exchange on PRs from forks

    This specializes the token retrieval error handling, providing an
    alternative error message when the error cause is something
    that we know can't possibly work due to GitHub's own restrictions
    on PRs from forks.
    
    PR #203
    Closes #202
    Ref python-pillow/Pillow#7616
    
    Co-authored-by: Sviatoslav Sydorenko <[email protected]>
    woodruffw and webknjaz authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e53eb8b View commit details
    Browse the repository at this point in the history
Loading