ogrisel / wheelhouse-uploader

Script to help maintain a wheelhouse folder on a cloud storage.
MIT License
32 stars 12 forks source link

Make it possible to skip dev builds #6

Open ogrisel opened 9 years ago

ogrisel commented 9 years ago

Add a configuration flag to app veyor to disable build of non-tagged revisions.

This could either be achieved by using the git command line (with the subprocess module) or by introspecting environment variables set by travis and appveyor.