8000 Comparing v1.8.14...v1.9.0 · pypa/gh-action-pypi-publish · GitHub
[go: up one dir, main page]

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: v1.8.14
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: v1.9.0
Choose a head ref
  • 14 commits
  • 6 files changed
  • 9 contributors

Commits on Apr 12, 2024

  1. build(deps): bump idna from 3.6 to 3.7 in /requirements

    Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7.
    - [Release notes](https://github.com/kjd/idna/releases)
    - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
    - [Commits](kjd/idna@v3.6...v3.7)
    
    ---
    updated-dependencies:
    - dependency-name: idna
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    576aae3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #228 from pypa/dependabot/pip/requirements/idna-3.7

    build(deps): bump idna from 3.6 to 3.7 in /requirements
    webknjaz authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    3fbcf7c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Set Python 3.11 for the flake8-commas linter

    It doesn't yet support 3.12 and is an unconditional dependency of WPS.
    webknjaz committed May 16, 2024
    Configuration menu
    Copy the full SHA
    04f4e64 View commit details
    Browse the repository at this point in the history
  2. Eliminate future tense in the password nudge in twine-upload

    Additionally, this turns the corresponding code branch into a hard error in case of the regular PyPI.
    
    Signed-off-by: William Woodruff <william@trailofbits.com>
    
    PR #234
    Fixes #233
    woodruffw authored May 16, 2024
    Configuration menu
    Copy the full SHA
    771d60f View commit details
    Browse the repository at this point in the history
  3. Disable the progress bar when running twine upload

    PR #231
    Resolves #229
    
    Co-authored-by: Sviatoslav Sydorenko <webknjaz@redhat.com>
    shenxianpeng and webknjaz authored May 16, 2024
    Configuration menu
    Copy the full SHA
    67a07eb View commit details
    Browse the repository at this point in the history
  4. [pre-commit.ci] pre-commit autoupdate (#225)

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/Lucas-C/pre-commit-hooks.git: v1.5.4 → v1.5.5](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.5.4...v1.5.5)
    - [github.com/python-jsonschema/check-jsonschema.git: 0.27.3 → 0.28.1](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.27.3...0.28.1)
    - [github.com/adrienverge/yamllint.git: v1.33.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.35.1)
    - [github.com/PyCQA/flake8.git: 6.1.0 → 7.0.0](https://github.com/PyCQA/flake8.git/compare/6.1.0...7.0.0)
    - [github.com/PyCQA/flake8.git: 4.0.1 → 7.0.0](https://github.com/PyCQA/flake8.git/compare/4.0.1...7.0.0)
    - [github.com/PyCQA/pylint.git: v3.0.3 → v3.1.0](https://github.com/PyCQA/pylint.git/compare/v3.0.3...v3.1.0)
    
    * Bump WPS to v0.19.x series
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Merge separate flake8 runs back into one
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Sviatoslav Sydorenko <sviat@redhat.com>
    pre-commit-ci[bot] and webknjaz authored May 16, 2024
    Configuration menu
    Copy the full SHA
    8414fc2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    699cd61 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. ---
    updated-dependencies:
    - dependency-name: requests
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 21, 2024
    Configuration menu
    Copy the full SHA
    a54b9b8 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. build(deps): bump requests from 2.31.0 to 2.32.0 in /requirements (#240)

    build(deps): bump requests from 2.31.0 to 2.32.0 in /requirements
    webknjaz authored May 29, 2024
    Configuration menu
    Copy the full SHA
    2734d07 View commit details
    Browse the repository at this point in the history
  2. Add Docker label for GHCR

    This commit will add the label `org.opencontainers.image.source` to the
    Dockerfile. This label helps link GitHub Container Registry (GHCR) with
    the associated repo.
    
    https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry
    https://github.com/pypa/gh-action-pypi-publish/pull/230/files#r1603926630
    br3ndonland authored and webknjaz committed May 29, 2024
    Configuration menu
    Copy the full SHA
    abbea2d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #241 from br3ndonland/ghcr-label

    Add Docker label for GHCR
    webknjaz authored May 29, 2024
    Configuration menu
    Copy the full SHA
    da2f9bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87b624f View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. oidc-exchange: link to status dashboard

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

Commits on Jun 16, 2024

  1. Merge PR #243 into unstable/v1

    webknjaz committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    ec4db0b View commit details
    Browse the repository at this point in the history
Loading
0