From bd8e07fe9c0859aed73b601bfc14ea51032ff3fc Mon Sep 17 00:00:00 2001 From: BillTheMaker Date: Sat, 6 Dec 2025 18:52:39 -0700 Subject: [PATCH] Fix indentation in publish.yml workflow steps --- .github/workflows/publish.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a53b4f5..9fe9e91 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -56,7 +56,7 @@ jobs: runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' - steps: + steps: - name: Download ALL wheels uses: actions/download-artifact@v4 with: @@ -73,6 +73,3 @@ jobs: cd dist ls -la *.whl # Confirm wheels here maturin upload --token ${{ secrets.PYPI_API_TOKEN }} --skip-existing --non-interactive - - -