Skip to content

upload release to PyPI #1

upload release to PyPI

upload release to PyPI #1

Workflow file for this run

catname: upload release to PyPI

Check failure on line 1 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 1, Col: 1): Unexpected value 'catname'
on:
release:
types:
- published
jobs:
pypi-publish:
name: upload release to PyPI
runs-on: ubuntu-latest
environment: release
permissions:
id-token: write
contents: write
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
fetch-tags: true
- uses: actions/[email protected]
with:
python-version: 3.13
- name: Install build
run: |
pip install setuptools-scm wheel
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1