Skip to content

Update publish.yaml #16

Update publish.yaml

Update publish.yaml #16

Workflow file for this run

jobs:
on:
push:
tags:
- 'v*'
pull_request:
tags:
- 'v*'
pypi-publish:
name: upload release to PyPI
runs-on: ubuntu-latest
environment: release
permissions:
id-token: write
steps:
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:

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

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yaml

Invalid workflow file

You have an error in your yaml syntax on line 20
username: __token__
password: ${{ secrets.PYPI_API_TOKEN }}