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.12.0
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.12.1
Choose a head ref
  • 7 commits
  • 4 files changed
  • 3 contributors

Commits on Nov 5, 2024

  1. 📝💅 Update the CI/CD badge in README

    This is a follow-up for #230, which renamed the workflow filename.
    webknjaz committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    0d02f37 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. 🧪 Use prefetched action to make trampoline

    Previously, the action repository was being cloned from the remote
    twice, unnecessarily. This patch eliminates this step and
    uses the copy that was checked out on job start.
    
    The generated trampoline action is still copied into the allowlisted
    working directory so it can be referenced by the relative path
    starting with `./`.
    
    It is now output under
    `./.github/.tmp/.generated-actions/run-pypi-publish-in-docker-container`
    which mutates the end-user's workspace slightly but uses a path that
    is unlikely to clash with somebody else's use.
    
    Unfortunately, we cannot use randomized paths because the composite
    action syntax does not allow accessing variables in `uses:`.
    
    Fixes #292.
    webknjaz committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    dfcfeca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a87186 View commit details
    Browse the repository at this point in the history
  3. ✨ Pre-install Python if there's none

    This is not usually the case for GitHub-hosted Runners but it might
    happen with self-hosted runners.
    
    Fixes #289.
    webknjaz committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    9b4dfb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8b73a6 View commit details
    Browse the repository at this point in the history
  5. attestations: collect *.zip sdists as well

    Signed-off-by: William Woodruff <[email protected]>
    woodruffw committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    fec2f0c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f5d4ec View commit details
    Browse the repository at this point in the history
Loading