Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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.2
Choose a base ref
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.3
Choose a head ref
Loading
  • 15commits
  • 7files changed
  • 6contributors

Commits on Nov 11, 2024

  1. Tag Docker images with Git SHA

    PR#230 updated theaction to pull Docker images from GHCR instead of building Docker imageseach time the workflow runs. As part of this PR, a new GitHub Actionsworkflow was added that builds Docker images and pushes them to GitHubContainer Registry (GHCR).Actions can be referenced in various ways. The Docker build workflowcovers most of the action references, but does not push Docker imagestagged with the Git commit ID (Git SHA).This commit will add Docker tags for referencing the action with a GitSHA. GitHub Actions only supports references by the full 40 characterSHA. 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 theshortened version of a commit SHA, which is not supported. Please usethe full commit SHA `1234567890123456789012345678901234567890` instead."#230#290https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registryhttps://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/using-pre-written-building-blocks-in-your-workflow#using-shas
    @br3ndonland
    br3ndonland committedNov 11, 2024
    Configuration menu
    Copy the full SHA
    f81cd95View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    93e8795View 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
    woodruffw committedNov 22, 2024
    Configuration menu
    Copy the full SHA
    7c5c585View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. Configuration menu
    Copy the full SHA
    218af42View 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
    woodruffw committedDec 1, 2024
    Configuration menu
    Copy the full SHA
    0e10725View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

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

    requirements: bump twine to ~= 6.0
    @webknjaz
    webknjaz authoredDec 4, 2024
    Configuration menu
    Copy the full SHA
    e7723a4View 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 multiplepackages.
    @webknjaz
    webknjaz committedDec 6, 2024
    Configuration menu
    Copy the full SHA
    0a0a6aeView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff2b051View commit details
    Browse the repository at this point in the history
  3. 📌📦 Pinpkginfo to v1.12 @ runtime deps

    Signed-off-by: William Woodruff <william@trailofbits.com>
    @woodruffw@webknjaz
    woodruffw authored andwebknjaz committedDec 6, 2024
    Configuration menu
    Copy the full SHA
    138a121View commit details
    Browse the repository at this point in the history
  4. Merge pull request#313from 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#312Resolves#311Resolves#310
    @webknjaz
    webknjaz authoredDec 6, 2024
    Configuration menu
    Copy the full SHA
    f371c3dView 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 directdependencies and limiting the transitive ones.
    @webknjaz
    webknjaz committedDec 7, 2024
    Configuration menu
    Copy the full SHA
    43caae4View 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`. Thisis probably dependabot's fault.
    @webknjaz
    webknjaz committedDec 7, 2024
    Configuration menu
    Copy the full SHA
    a536fa9View commit details
    Browse the repository at this point in the history
  3. 1Configuration menu
    Copy the full SHA
    7252a9aView commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbd6d01View 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
    webknjaz committedDec 9, 2024
    Configuration menu
    Copy the full SHA
    67339c7View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp