Releases: pypa/gh-action-pypi-publish
Releases · pypa/gh-action-pypi-publish
v1.6.2
What's Fixed
- Made the
$PATH
and$PYTHONPATH
environment variables resilient to broken values passed from the host runner environment, which previously allowed the users to accidentally break the container's internal runtime as reported in #112
Internal Maintenance Improvements
- Added a devpi-based smoke-test GitHub Actions CI/CD workflow by @sesdaile-varmour in #111
New Contributors
- @sesdaile-varmour made their first contribution in #111
Full Diff: v1.6.1...v1.6.2
v1.6.1
What's happened?!
There was a sneaky bug in v1.6.0 which caused Twine to be outside the import path in the Python runtime. It is fixed in v1.6.1 by updating $PYTHONPATH
to point to a correct location of the user-global site-packages/
directory.
Full Diff: v1.6.0...v1.6.1
v1.6.0
Anything's changed?
The only update is that the Python runtime has been upgraded from 3.9 to 3.11. There are no functional changes in this release.
Full Changelog: v1.5.2...v1.6.0
v1.5.2
What's Improved
- Implemented the Twine transitive dependency tree pinning using pip-tools-generated constraint files. See #107 and #101 for details.
Full Diff: v1.5.1...v1.5.2
v1.5.1
What's Changed
Full Diff: v1.5.0...v1.5.1
v1.5.0
What's Changed
- Added an action input
print_hash
for showing the hash values of files to be uploaded — by @meowmeowmeowcat in #87
New Contributors
Full Diff: v1.4.2...v1.5.0
v1.4.2
v1.4.1
v1.4.0
v1.3.1
- Improved
packages_dir
validation warnings