diff --git a/.github/workflows/publish-to-test-pypi-Ok.yml b/.github/workflows/publish-to-test-pypi-Ok.yml index 3eb51dd..7d60960 100644 --- a/.github/workflows/publish-to-test-pypi-Ok.yml +++ b/.github/workflows/publish-to-test-pypi-Ok.yml @@ -14,7 +14,7 @@ jobs: python-version: "3.x" - run: pip install -U wheel build - name: Build a binary wheel and a source tarball - - run: python -m build + run: python -m build - name: Publish distribution 📦 to Test PyPI if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@release/v1