Skip to content

ci: 🎡 add push to pypi #1

ci: 🎡 add push to pypi

ci: 🎡 add push to pypi #1

Workflow file for this run

name: release
on:
push:
branches:
- main
jobs:
pypi-publish:
name: upload release to PyPI
runs-on: ubuntu-latest
environment: pypi
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