Skip to content

.github/workflows/publish_pypi.yml #1

.github/workflows/publish_pypi.yml

.github/workflows/publish_pypi.yml #1

Workflow file for this run

# The cibuildwheel action triggers on creation of a release, this
# triggers on publication.
# The expected workflow is to create a draft release and let the wheels
# upload, and then hit 'publish', which uploads to PyPi.
on:
release:
types:
- published
jobs:
upload_pypi:

Check failure on line 12 in .github/workflows/publish_pypi.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish_pypi.yml

Invalid workflow file

The workflow is not valid. .github/workflows/publish_pypi.yml (Line: 12, Col: 3): Error calling workflow 'explosion/gha-cibuildwheel/.github/workflows/publish_pypi.yml@main'. The nested job 'upload_pypi' is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: explosion/gha-cibuildwheel/.github/workflows/publish_pypi.yml@main
with:
pypi-package-name: 'weasel'