Skip to content

Publish

Publish #21

Workflow file for this run

name: Publish
'on':
workflow_dispatch: {}
jobs:
publish:

Check failure on line 7 in .github/workflows/publish.yaml

View workflow run for this annotation

GitHub Actions / Publish

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yaml (Line: 7, Col: 3): The workflow must contain at least one job with no dependencies.
name: Publish
runs-on: ubuntu-latest
needs: [release]
steps:
- uses: actions/download-artifact@v3
with:
name: wheels
- name: Publish to PyPI
uses: PyO3/maturin-action@v1
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
with:
command: upload
args: --non-interactive --skip-existing *