@@ -107,9 +107,9 @@ To pass options to ``pytest``, e.g. the name of a test, run:
107107
108108 tox -e py -- tests/test_upload.py::test_exception_for_http_status
109109
110- Twine is continuously tested against Python 3.6, 3.7, and 3.8 using `Travis `_.
111- To run the tests against a specific version, e.g. Python 3.6, you will need it
112- installed on your machine. Then, run:
110+ Twine is continuously tested against Python 3.6, 3.7, and 3.8 using `GitHub
111+ Actions `_. To run the tests against a specific version, e.g. Python 3.6, you
112+ will need it installed on your machine. Then, run:
113113
114114.. code-block :: console
115115
@@ -183,9 +183,7 @@ Adding a maintainer
183183
184184A checklist for adding a new maintainer to the project.
185185
186- #. Add them as a Member in the GitHub repo settings. (This will also
187- give them privileges on the `Travis CI project
188- <https://travis-ci.com/github/pypa/twine> `_.)
186+ #. Add them as a Member in the GitHub repo settings.
189187#. Get them Test PyPI and canon PyPI usernames and add them as a
190188 Maintainer on `our Test PyPI project
191189 <https://test.pypi.org/manage/project/twine/collaboration/> `_ and
@@ -202,7 +200,7 @@ A checklist for creating, testing, and distributing a new version.
202200#. Choose a version number, e.g. ``3.2.0 ``.
203201#. Add a ``:release: `` line to :file: `docs/changelog.rst `.
204202#. Commit and open a pull request for review.
205- #. Merge the pull request, and ensure the `Travis `_ build passes.
203+ #. Merge the pull request, and ensure the `GitHub Actions `_ build passes.
206204#. Create a new git tag with ``git tag -m "Release v{version}" {version} ``.
207205#. Push the new tag with ``git push upstream {version} ``.
208206#. Watch the release in `Travis `_.
@@ -225,6 +223,7 @@ merge into a single tool; see `ongoing discussion
225223.. _`virtual environment` : https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/
226224.. _`tox` : https://tox.readthedocs.io/
227225.. _`pytest` : https://docs.pytest.org/
226+ .. _`GitHub Actions` : https://github.com/pypa/twine/actions
228227.. _`Travis` : https://travis-ci.com/github/pypa/twine
229228.. _`isort` : https://timothycrosley.github.io/isort/
230229.. _`black` : https://black.readthedocs.io/
0 commit comments