Skip to content

Commit 0a451c8

Browse files
committed
docs: fix the links to CI
1 parent 7327e73 commit 0a451c8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CONTRIBUTING.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,8 @@ Before you submit a pull request, check that it meets these guidelines:
102102
your new functionality into a function with a docstring, and add the
103103
feature to the list in `README.rst`.
104104

105-
3. The pull request should work for Python 2.7, and 3.3, 3.4, 3.5.
106-
Check `AppVeyor <https://ci.appveyor.com/project/scikit-build/cmake-python-distributions-f3rbb>`_,
107-
`CircleCI <https://circleci.com/gh/scikit-build/cmake-python-distributions>`_
105+
3. The pull request should work for Python 2.7, and 3.5+.
106+
Check `GitHub Actions https://github.com/scikit-build/cmake-python-distributions/actions/workflows/build.yml`_
108107
and `TravisCi <https://travis-ci.org/scikit-build/cmake-python-distributions/pull_requests>`_
109108
and make sure that the tests pass for all supported Python versions.
110109

@@ -115,3 +114,5 @@ Tips
115114
To run a subset of tests::
116115

117116
$ pytest tests/test_cmake.py
117+
# OR
118+
$ nox -s tests -- tests/test_cmake.py

docs/make_a_release.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This is usually done after :ref:`updating_cmake_version`.
1313
Prerequisites
1414
-------------
1515

16-
* All CI tests are passing on `AppVeyor`_, `CircleCI`_ and `Travis CI`_.
16+
* All CI tests are passing on `GitHub Actions`_ and `Travis CI`_.
1717

1818
* You have a `GPG signing key <https://help.github.com/articles/generating-a-new-gpg-key/>`_.
1919

@@ -122,8 +122,7 @@ means that ``echo "Hello"`` should be copied and evaluated in the terminal.
122122
.. _venv: https://docs.python.org/3/library/venv.html
123123

124124

125-
.. _AppVeyor: https://ci.appveyor.com/project/scikit-build/cmake-python-distributions-f3rbb/history
126-
.. _CircleCI: https://circleci.com/gh/scikit-build/cmake-python-distributions
125+
.. _AppVeyor: https://github.com/scikit-build/cmake-python-distributions/actions/workflows/build.yml
127126
.. _Travis CI: https://travis-ci.org/scikit-build/cmake-python-distributions/pull_requests
128127

129128
.. _PyPI: https://pypi.org/project/cmake

0 commit comments

Comments
 (0)