Fix indentation in publish.yml workflow steps
This commit is contained in:
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user