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.0
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.8.1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 16, 2023

  1. 🐛Correct default upload URL

    close: #130
    zhongjiajie committed Mar 16, 2023
    Copy the full SHA
    d5417dc View commit details
  2. 🐛 Merge PR #131 from into unstable/v1

    This patch fixes the default PyPI upload URL in the action metadata — a regression that happened in v1.8.0.
    webknjaz authored Mar 16, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a3a3baf View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 action.yml
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ inputs:
The inputs have been normalized to use kebab-case.
Use `repository-url` instead.
required: false
default: https://pypi.org/legacy/
default: https://upload.pypi.org/legacy/
packages-dir: # Canonical alias for `packages_dir`
description: The target directory for distribution
required: false