From e61096e6230eb410b7968bcc6ef58732699a1b06 Mon Sep 17 00:00:00 2001 From: Kian Kyars Date: Wed, 2 Jul 2025 13:09:05 +0300 Subject: [PATCH] prettier --- docs/guides/integration/github.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/integration/github.md b/docs/guides/integration/github.md index ca9c7e3c0..9f7b86359 100644 --- a/docs/guides/integration/github.md +++ b/docs/guides/integration/github.md @@ -396,8 +396,8 @@ To build and publish your package to PyPI from GitHub Actions: run: runs-on: ubuntu-latest environment: - name: pypi - url: https://pypi.org/p/ # Replace with your PyPI project name + name: pypi + url: https://pypi.org/p/ # Replace with your PyPI project name steps: - uses: actions/checkout@v4 - name: Install uv