Skip to content

Added pyte to handle terminal schenanigans #23

Added pyte to handle terminal schenanigans

Added pyte to handle terminal schenanigans #23

Workflow file for this run

name: Python package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Build and publish to pypi
uses: JRubics/poetry-publish@master
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}