Continuous integration cleanup

This commit is contained in:
Cameron Yick
2020-12-12 10:46:54 -05:00
parent 468d7d192f
commit 3ddbf5334c
3 changed files with 6 additions and 14 deletions

View File

@@ -10,4 +10,5 @@ The following shows how to make a release for version 0.8.0
2. Ensure HISTORY.rst (the Changelog) is up to date
3. Update __version__.py to 0.8.0 and tag the commit
4. Open a merge request to master
5. After the merge request is approved and merged, tag and push the merged commit with 0.8.0. Travis CI will be responsible for releasing the new code to PyPI.
5. After the merge request is approved and merged, tag and push the merged commit with tag v0.8.0.
6. Visit https://github.com/hydrosquall/tiingo-python/releases and create a new release. Github Actions will deploy the new library to PyPI.