From fd5eba83bd93aa3e24128117ae5202e864f6c02e Mon Sep 17 00:00:00 2001 From: Kutu Date: Sun, 2 Jun 2024 02:39:14 +0200 Subject: [PATCH] Add typo in publish action --- .github/workflows/publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 05173bc..b3b3ac1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,8 +20,8 @@ jobs: python-version: "3.11.0" - - run: python3 -m pip install build - - run: python3 -m build --sdist --wheel --outdir dist/ . + - run: python3 -m pip install build + - run: python3 -m build --sdist --wheel --outdir dist/ . - - name: Publish updated package to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 + - name: Publish updated package to PyPI + uses: pypa/gh-action-pypi-publish@release/v1