-
-
Notifications
You must be signed in to change notification settings - Fork 89
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 4 files changed
- 3 contributors
Commits on Nov 5, 2024
-
📝💅 Update the CI/CD badge in README
This is a follow-up for #230, which renamed the workflow filename.
Configuration menu - View commit details
-
Copy full SHA for 0d02f37 - Browse repository at this point
Copy the full SHA 0d02f37View commit details
Commits on Nov 6, 2024
-
🧪 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.
Configuration menu - View commit details
-
Copy full SHA for dfcfeca - Browse repository at this point
Copy the full SHA dfcfecaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a87186 - Browse repository at this point
Copy the full SHA 0a87186View commit details -
✨ 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.
Configuration menu - View commit details
-
Copy full SHA for 9b4dfb0 - Browse repository at this point
Copy the full SHA 9b4dfb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8b73a6 - Browse repository at this point
Copy the full SHA a8b73a6View commit details -
attestations: collect *.zip sdists as well
Signed-off-by: William Woodruff <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fec2f0c - Browse repository at this point
Copy the full SHA fec2f0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f5d4ec - Browse repository at this point
Copy the full SHA 1f5d4ecView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.12.0...v1.12.1