pypa / gh-action-pypi-publish

The blessed :octocat: GitHub Action, for publishing your :package: distribution files to PyPI: https://github.com/marketplace/actions/pypi-publish
https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
BSD 3-Clause "New" or "Revised" License
895 stars 85 forks source link

Add Docker label for GHCR #241

Closed br3ndonland closed 3 months ago

br3ndonland commented 3 months ago

This PR will add the label org.opencontainers.image.source to the Dockerfile. This label helps link GitHub Container Registry (GHCR) with the associated repo.

https://github.com/pypa/gh-action-pypi-publish/pull/230/files#r1603926630

webknjaz commented 3 months ago

@br3ndonland could you drop the merge commit from this branch?

webknjaz commented 3 months ago

Ah.. Nevermind. For some reason, GH didn't offer me the "rebase" button on the mobile web UI. I clicked it from the computer finally.