Skip to content

Fixing small mistake #7

Fixing small mistake

Fixing small mistake #7

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 }}