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.6.5
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.7.0
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 11, 2023

  1. 🎨 Convert action inputs to use kebab-case

    Up until now, the action input names followed the snake_case naming
    pattern that is well familiar to the pythonistas. But in GitHub
    actions, the de-facto standard is using kebab-case, which is what
    this patch achieves.
    This style helps make the keys in YAML better standardized and
    distinguishable from other identifiers.
    The old snake_case names remain functional for the time being and will
    not be removed until at least v3 release of this action.
    webknjaz committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    f131721 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'maintenance/kebab-case-inputs' into unstable/v1

    This patch normalizes the action inputs to be kebab-case while keeping
    the old snake_case fallbacks working.
    webknjaz committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    7104b6e View commit details
    Browse the repository at this point in the history
Loading