From ae888ad38de7c39e0a1b68773ff0700536ec30ba Mon Sep 17 00:00:00 2001 From: Tzoiker Date: Thu, 2 Nov 2023 18:49:56 +0300 Subject: [PATCH] ci: change name --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6cc4e45..3d30dd2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -34,5 +34,5 @@ jobs: id: mint uses: tschm/token-mint-action@v1.0.2 - - name: Publish to PyPi + - name: Publish to PyPI run: poetry publish -u __token__ -p '${{ steps.mint.outputs.api-token }}'