From 53930b47a5da0e0e61d35ef9323d30178b9ffd71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Sat, 6 Apr 2024 18:03:53 -0700 Subject: [PATCH] github: just some rewording --- .github/workflows/publish.yaml | 2 +- .github/workflows/publish_test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 008a2c7cb..497b20891 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -62,7 +62,7 @@ jobs: print-hash: true publish-to-test-pypi: - name: "Test publish to PyPI" + name: "Publish to Test PyPI" runs-on: ubuntu-latest needs: [ build ] environment: diff --git a/.github/workflows/publish_test.yaml b/.github/workflows/publish_test.yaml index 88ccd847d..eab9b63ea 100644 --- a/.github/workflows/publish_test.yaml +++ b/.github/workflows/publish_test.yaml @@ -41,7 +41,7 @@ jobs: path: ./dist publish-to-pypi: - name: "Test publish to PyPI" + name: "Publish to Test PyPI" runs-on: ubuntu-latest needs: [ build ] environment: