nokia / git-changelog-generator

Git Changelog Generator
https://pypi.python.org/pypi/gcg
BSD 3-Clause "New" or "Revised" License
14 stars 5 forks source link

Bintray deployment #18

Closed weakcamel closed 6 years ago

weakcamel commented 6 years ago

Automate deployment of packages to bintray Secure credentials in env (.travis.yml) Deployment script for deb and rpm as well as a wrapper Remove the deployment provider configs and deploy to PyPI (test/regular) using curl

weakcamel commented 6 years ago

Test releases published to: https://test.pypi.org/project/gcg/#history

See also: https://github.com/nokia/git-changelog-generator/issues/9 (package RPM/DEB not using setuptools).

@neechbear if you feel like it, your comments would be most welcome

weakcamel commented 6 years ago

Added a tiny script to trigger Bintray repositories metadata recalculation as it appeared it got stale after a test deployment. Tested that manually.

Merging!