Skip to content

Commit 1652f12

Browse files
committed
docs: update README with new CI info
1 parent 4435e31 commit 1652f12

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and upload to PyPI
1+
name: CI
22

33
on:
44
workflow_dispatch:

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ Build Status
3030

3131
.. table::
3232

33-
+---------------+------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
34-
| | Linux | macOS | Windows |
35-
+===============+==========================================================================================+=============================================================================================+===========================================================================================================+
36-
| PyPI | .. image:: https://circleci.com/gh/scikit-build/cmake-python-distributions.svg?style=svg | .. image:: https://travis-ci.com/scikit-build/cmake-python-distributions.svg?branch=master | .. image:: https://ci.appveyor.com/api/projects/status/439ila0jk7v6uqrr/branch/master?svg=true |
37-
| | :target: https://circleci.com/gh/scikit-build/cmake-python-distributions | :target: https://travis-ci.com/github/scikit-build/cmake-python-distributions | :target: https://ci.appveyor.com/project/scikit-build/cmake-python-distributions-f3rbb/branch/master |
38-
+---------------+------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------+
33+
+---------------+--------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+
34+
| | GitHub Actions (Windows, macOS, Linux) | Travis CI (alternative archs) |
35+
+===============+==============================================================================================================+=============================================================================================+
36+
| PyPI | .. image:: https://github.com/scikit-build/cmake-python-distributions/actions/workflows/build.yml/badge.svg | .. image:: https://travis-ci.com/scikit-build/cmake-python-distributions.svg?branch=master |
37+
| | :target: https://github.com/scikit-build/cmake-python-distributions/actions/workflows/build.yml | :target: https://travis-ci.com/github/scikit-build/cmake-python-distributions |
38+
+---------------+--------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------+
3939

4040
Platforms
4141
---------

0 commit comments

Comments
 (0)