deploy only if tags (#43)

* add VERSION symlink

* deploy only on tags true
This commit is contained in:
Dave Gallant
2019-10-17 22:50:52 -04:00
committed by GitHub
parent 76769bb0a9
commit 727babbe7d
6 changed files with 17 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
include requirements.txt
include requirements_dev.txt
include rfd/__version__.py
include rfd/VERSION
recursive-exclude * __pycache__
recursive-include tests *