Fix indentation in publish.yml workflow steps

This commit is contained in:
BillTheMaker
2025-12-06 18:52:39 -07:00
committed by GitHub
parent 9016b9213e
commit bd8e07fe9c

View File

@@ -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