Skip to content

Releases: pypa/gh-action-pypi-publish

v1.6.1

03 Dec 03:22
v1.6.1
5d1679f
Compare
Choose a tag to compare

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

03 Dec 01:52
v1.6.0
d2a2496
Compare
Choose a tag to compare

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

30 Nov 11:04
v1.5.2
d7edd4c
Compare
Choose a tag to compare

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

25 Jul 15:14
v1.5.1
37f50c2
Compare
Choose a tag to compare

What's Changed

  • Fixed printing out the dist hashes when packages_dir is a wildcard value. — by @dukecat0 in #91

Full Diff: v1.5.0...v1.5.1

v1.5.0

09 Jan 12:06
v1.5.0
717ba43
Compare
Choose a tag to compare

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

  • @pllim made their first contribution in #55
  • @meowmeowmeowcat made their first contribution in #87

Full Diff: v1.4.2...v1.5.0

v1.4.2

08 Feb 18:40
v1.4.2
27b3170
Compare
Choose a tag to compare
  • Upgraded the runtime Python to v3.9
  • Upgraded pip so that it'd understand the manylinux2010 tag (bug #56)
  • Made pip prefer wheels over sdists whenever possible (this helps with
    the publishing race conditions like #50/#51)

v1.4.1

25 Sep 22:45
v1.4.1
54b39fb
Compare
Choose a tag to compare
  • Fixed referring to an undefined $VERBOSE var contributed earlier in PR #39 (bug report #41)

v1.4.0

25 Sep 22:21
1f0bcf2
Compare
Choose a tag to compare
  • Exposed verbose setting useful for debugging the upload issues (PR #39) -- by @sub-mod

v1.3.1

08 Jul 18:55
v1.3.1
bce3b74
Compare
Choose a tag to compare
  • Improved packages_dir validation warnings

v1.3.0

08 Jul 18:50
v1.3.0
00ef3b8
Compare
Choose a tag to compare
  • Exposed skip_existing setting