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