django-event-system icon indicating copy to clipboard operation
django-event-system copied to clipboard

feat: Add automated releases on travis CI #3

Open qiwihui opened this issue 5 years ago • 1 comments

Need further change on this commit:

  1. change deploy.user to your pypi usename
  2. change deploy.password to your own password with travis encrypt --add deploy.password

qiwihui avatar Oct 18 '19 02:10 qiwihui

Thanks for doing this! This looks like a great start.

I think the only thing to add is make setup.py to pull the version from the environment.

radding avatar Oct 18 '19 23:10 radding