From bb934bb8ed776951cebaf033111b5a21e7b5506b Mon Sep 17 00:00:00 2001 From: Vadim Lebedev Date: Mon, 22 Aug 2022 15:00:00 +0200 Subject: [PATCH] Workflow syntax fix --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 915da5f..5fec9a1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -52,8 +52,8 @@ jobs: name: artifact path: dist - - name: Deploy wheels to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - password: ${{ secrets.PYPI_API_TOKEN }} + - name: Deploy wheels to PyPI + uses: pypa/gh-action-pypi-publish@release/v1 + with: + password: ${{ secrets.PYPI_API_TOKEN }}