From a60beca899f82e7001f85f4d0cc5a41754514384 Mon Sep 17 00:00:00 2001 From: Kris Thielemans Date: Fri, 1 Nov 2024 19:45:14 +0000 Subject: [PATCH] change CI description --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb07fc1..276fe72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: cppVersion: [17] environment: pypi permissions: {id-token: write} - name: Validate Python and C++${{ matrix.cppVersion }} + name: Validate Python and C++${{ matrix.cppVersion }} and deploy to PyPI runs-on: ubuntu-latest steps: - uses: actions/checkout@v4