Skip to content

Commit

Permalink
Remove old ref to TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Riensche authored May 3, 2021
1 parent 5deaaa1 commit 7f7c225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Links to notes from team meetings:
Releasing to PyPI
-----------------

We use Travis CI to automate releasing package versions to PyPI.
We use GitHub Actions to automate releasing package versions to PyPI.

.. warning:: These steps must be completed by an administrator. We generally do at least patch releases fairly frequently, but if you have a feature that urgently requires release, feel free to reach out and request one and we'll do our best to accommodate.

Expand All @@ -96,6 +96,6 @@ Then push the new commits and tags:
git push && git push --tags
Finally, while you're waiting for Travis CI to pick up the tagged version, build it, and deploy it to PyPi, don't forget to reset branch protection settings (for normal operation, administrators should be subject to these restrictions to enforce PR code review requirements).
Finally, while you're waiting for GitHub to pick up the tagged version, build it, and deploy it to PyPi, don't forget to reset branch protection settings (for normal operation, administrators should be subject to these restrictions to enforce PR code review requirements).


0 comments on commit 7f7c225

Please sign in to comment.