Merge pull request #296 from python-pillow/tags-true

Deploy to GitHub Releases when a tag is set
This commit is contained in:
Andrew Murray 2022-05-19 08:51:02 +10:00 committed by GitHub
commit fc036f44ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,4 +55,5 @@ deploy:
file: "${TRAVIS_BUILD_DIR}/${WHEEL_SDIR}/*.whl"
on:
repo: python-pillow/pillow-wheels
tags: true
skip_cleanup: true