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

@@ -24,6 +24,7 @@ setup(
author="Dave Gallant",
description="CLI for RedFlagDeals.com",
entry_points={"console_scripts": ["rfd = rfd.__main__:cli"]},
include_package_data=True,
install_requires=REQUIREMENTS,
keywords="cli redflagdeals",
license="Apache License, Version 2.0",