-
-
Notifications
You must be signed in to change notification settings - Fork 104
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.11.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.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 20 commits
- 4 files changed
- 4 contributors
Commits on Nov 4, 2024
-
Build Docker image and push to GHCR
Up to this point, the project has been set up as a Docker action referencing the Dockerfile. The downside to using the Dockerfile for the action is that the Docker image must be built every time the action is used. This commit will set up the project to build the Docker image and push it to GitHub Container Registry (GHCR). This change will speed up user workflows every time the action is used because the workflows will simply pull the Docker image from GHCR instead of building again. Changes: - Add required metadata to Dockerfile - Build container image with GitHub Actions - Push container image to GHCR Docker actions support pulling in pre-built Docker images. The downside is that there's no way to specify the correct Docker tag because the GitHub Actions `image` and `uses:` keys don't accept any context. For example, if a user's workflow has `uses: pypa/gh-action-pypi-publish@release/v1.8`, then the action should pull in a Docker image built from the `release/v1.8` branch, something like `ghcr.io/pypa/gh-action-pypi-publish:release-v1.8` (Docker tags can't have `/`). The workaround is to switch the top-level `action.yml` to a composite action that then calls the Docker action, substituting the correct image name and tag.
Configuration menu - View commit details
-
Copy full SHA for 783267b - Browse repository at this point
Copy the full SHA 783267bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e453f8c - Browse repository at this point
Copy the full SHA e453f8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d8d505 - Browse repository at this point
Copy the full SHA 0d8d505View commit details -
Configuration menu - View commit details
-
Copy full SHA for aed6c4b - Browse repository at this point
Copy the full SHA aed6c4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1f014b - Browse repository at this point
Copy the full SHA f1f014bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf5ce17 - Browse repository at this point
Copy the full SHA cf5ce17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ded531 - Browse repository at this point
Copy the full SHA 5ded531View commit details -
Configuration menu - View commit details
-
Copy full SHA for a869dd3 - Browse repository at this point
Copy the full SHA a869dd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a360fcb - Browse repository at this point
Copy the full SHA a360fcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f51682f - Browse repository at this point
Copy the full SHA f51682fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ea8313 - Browse repository at this point
Copy the full SHA 7ea8313View commit details -
Fail-fast in unsupported environments
#230 (comment) Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bacb626 - Browse repository at this point
Copy the full SHA bacb626View commit details -
Drop args from create-docker-action.py
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d03addb - Browse repository at this point
Copy the full SHA d03addbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 153ccde - Browse repository at this point
Copy the full SHA 153ccdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfb9d93 - Browse repository at this point
Copy the full SHA cfb9d93View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 1b9f21a - Browse repository at this point
Copy the full SHA 1b9f21aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80b1d50 - Browse repository at this point
Copy the full SHA 80b1d50View commit details -
Configuration menu - View commit details
-
Copy full SHA for da55441 - Browse repository at this point
Copy the full SHA da55441View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36965cb - Browse repository at this point
Copy the full SHA 36965cbView commit details
Commits on Nov 5, 2024
-
Merge pull request #230 from br3ndonland/ghcr
Build Docker image and push to GHCR
Configuration menu - View commit details
-
Copy full SHA for 61da13d - Browse repository at this point
Copy the full SHA 61da13dView 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.11.0...v1.12.0