kjd / idna

Internationalized Domain Names for Python (IDNA 2008 and UTS #46)
BSD 3-Clause "New" or "Revised" License
248 stars 91 forks source link

PyPI Publish GitHub Action failing #163

Closed kjd closed 10 months ago

kjd commented 11 months ago

While I expect it to fail (credentials for PyPI haven't been supplied yet), I don't expect it to fail the way it did:

Invalid workflow file: .github/workflows/deploy.yml#L12 The workflow is not valid. .github/workflows/deploy.yml (Line: 12, Col: 3): Unexpected value 'content'

elliotwutingfeng commented 11 months ago

https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions

Appears to be contents now?