Deploy to GitHub Releases when a tag is set

This commit is contained in:
Hugo van Kemenade 2022-05-18 09:35:24 +03:00
parent 1ed3e6132c
commit 17d0473583

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