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