Skip to content

Update README.md

Update README.md #8

name: Publish to PYPI
on:
push:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
python_version: "3.10.6"
pypi_token: ${{ secrets.PYPI_TOKEN }}