Releases: pypa/gh-action-pypi-publish
Releases · pypa/gh-action-pypi-publish
v1.3.0
v1.2.2
- Fixed outputting
$INPUT_PACKAGES_DIR
in the warning message - Clarified "titles" of the warnings
v1.2.1
- Converted stderr warning output into GitHub Checks API annotations
via GitHub Actions Workflow Commands. - Migrated Docker env to use Python 3.8.
v1.2.0
Implement dists metadata validation by running twine check
before upload.
This is enabled by default and can be disabled using verify_metadata
input:
with:
verify_metadata: false
This feature has been contributed by @henryiii.
v1.1.0
Implement packages_dir
argument for customizing the target for uploading dists from.
v1.0.0a0
First alpha release of pypa/gh-action-pypi-publish