Skip to content

PyPi publish

PyPi publish #28

Workflow file for this run

name: PyPi publish
on:
release:
types: [ published ]
jobs:
build_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
python_version: "3.11.6"
ignore_dev_requirements: "yes"
pypi_token: ${{ secrets.PYPI_TOKEN }}