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: 15c56dba361d8335944d31a2ecd17d700fc7bcbc
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: 67339c736fd9354cd4f8cb0b744f2b82a74b5c70
Choose a head ref
  • 15 commits
  • 7 files changed
  • 6 contributors

Commits on Nov 11, 2024

  1. Tag Docker images with Git SHA

    PR #230 updated the
    action to pull Docker images from GHCR instead of building Docker images
    each time the workflow runs. As part of this PR, a new GitHub Actions
    workflow was added that builds Docker images and pushes them to GitHub
    Container Registry (GHCR).
    
    Actions can be referenced in various ways. The Docker build workflow
    covers most of the action references, but does not push Docker images
    tagged with the Git commit ID (Git SHA).
    
    This commit will add Docker tags for referencing the action with a Git
    SHA. GitHub Actions only supports references by the full 40 character
    SHA. If users try to reference the action by a short SHA like `1234567`,
    they will get an error like, "Unable to resolve action
    `pypa/gh-action-pypi-publish@1234567`, the provided ref `1234567` is the
    shortened version of a commit SHA, which is not supported. Please use
    the full commit SHA `1234567890123456789012345678901234567890` instead."
    
    #230
    #290
    https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry
    https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/using-pre-written-building-blocks-in-your-workflow#using-shas
    br3ndonland committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    f81cd95 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

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

Commits on Nov 22, 2024

  1. oidc-exchange: add workflow_ref to debug msg

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    7c5c585 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

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

Commits on Dec 1, 2024

  1. requirements: bump twine to ~= 6.0

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    0e10725 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Merge pull request #309 from trail-of-forks/ww/bumptwine

    requirements: bump twine to ~= 6.0
    webknjaz authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    e7723a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2024

  1. 🧪 Allow CI to register multiple distributions

    This is necessary to allow the smoke test check uploading multiple
    packages.
    webknjaz committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    0a0a6ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff2b051 View commit details
    Browse the repository at this point in the history
  3. 📌📦 Pin pkginfo to v1.12 @ runtime deps

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw authored and webknjaz committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    138a121 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #313 from webknjaz/maintenance/metadata-2.4

    This patch adds support for uploading dists with metadata v2.4 through bumping the transitive dependency `pkgutil` to v1.12 to enable support for validating metadata v2.4 in Twine. It also integrates a Maturin-based package into the smoke test in CI as a regression check.
    
    Closes #312
    Resolves #311
    Resolves #310
    webknjaz authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    f371c3d View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2024

  1. 💅📦 Split transitive dep constraints

    This is a structural change allowing for better placement of direct
    dependencies and limiting the transitive ones.
    webknjaz committed Dec 7, 2024
    Configuration menu
    Copy the full SHA
    43caae4 View commit details
    Browse the repository at this point in the history
  2. 📌📦 Include jeepney & secretstorage pins

    It appears these have been missed when updating `cryptography`. This
    is probably dependabot's fault.
    webknjaz committed Dec 7, 2024
    Configuration menu
    Copy the full SHA
    a536fa9 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    7252a9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbd6d01 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. 📦 Only keep lower bounds @ input requirements

    This concerns both direct (`twine`) and indirect (`pkginfo`) deps,
    provided there's no broken versions to exclude.
    webknjaz committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    67339c7 View commit details
    Browse the repository at this point in the history
Loading