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.5.1
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.6.1
Choose a head ref
  • 13 commits
  • 7 files changed
  • 1 contributor

Commits on Jul 25, 2022

  1. 📝 Announce deprecation of the master branch

    From now on, the default repository branch is `unstable/v1`.
    
    Resolves #83
    webknjaz committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    1bbe3c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    328cf89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bbdccd View commit details
    Browse the repository at this point in the history
  4. Drop __token__ from README code usage snippets

    This patch reduces the emphasis on the `__token__` value of the `user`
    input since it's default anyway. It also adds a separate paragraph
    showing how to specify a custom username if the need be.
    
    Ref: pypa/packaging.python.org#1108
    webknjaz committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    5fb2f04 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Inherit yamllint config from the default preset

    This patch also fixes the misconfigured rules definition.
    webknjaz committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    480ec4e View commit details
    Browse the repository at this point in the history
  2. Integrate pip-tools-generated constraint files

    This patch adds constraint files with the dependency tree
    generated by `pip-compile` under Python 3.9. They are now integrated
    into the action container image.
    
    Refs:
    * #101
    * #107
    webknjaz committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    c54db9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b69a8c View commit details
    Browse the repository at this point in the history
  4. Copy requirements to corresponding dir @ container

    This corrects the mistake of setting wrong target directory made
    earlier in c54db9c.
    webknjaz committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    bbf6e0b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0dc178 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d5f27c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d7edd4c View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. Configuration menu
    Copy the full SHA
    d2a2496 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d1679f View commit details
    Browse the repository at this point in the history
Loading