Skip to content

Releases: pypa/gh-action-pypi-publish

v1.3.0

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

v1.2.2

03 Jun 23:25
6a02ab8
Compare
Choose a tag to compare
  • Fixed outputting $INPUT_PACKAGES_DIR in the warning message
  • Clarified "titles" of the warnings

v1.2.1

03 Jun 23:16
bf7a320
Compare
Choose a tag to compare

v1.2.0

03 Jun 22:04
65c1026
Compare
Choose a tag to compare

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

07 Mar 11:00
37e305e
Compare
Choose a tag to compare

Implement packages_dir argument for customizing the target for uploading dists from.

v1.0.0a0

24 Sep 20:52
v1.0.0a0
9cebe9a
Compare
Choose a tag to compare
v1.0.0a0 Pre-release
Pre-release
First alpha release of pypa/gh-action-pypi-publish