From 675cc56c97c9a0a8f53104cd27ca5f5dc5d4952c Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Thu, 25 Jan 2024 22:10:56 +0900 Subject: [PATCH] Update publish-to-pypi.yml --- .github/workflows/publish-to-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index a6aa9197..6cd94f81 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -1,3 +1,4 @@ +name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI on: workflow_dispatch: pull_request: @@ -11,7 +12,6 @@ permissions: id-token: write jobs: build-n-publish: - name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI runs-on: ubuntu-latest steps: - uses: actions/checkout@v3