Skip to content

Update publish.yaml #14

Update publish.yaml

Update publish.yaml #14

Workflow file for this run

jobs:
on:
push:
tags:
- 'v*'
pull_request:
branches:

Check failure on line 8 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 8
- main
tags:
- 'v*'
pypi-publish:
name: upload release to PyPI
runs-on: ubuntu-latest
# Specifying a GitHub environment is optional, but strongly encouraged
environment: release
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
steps:
# retrieve your distributions here
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1