Skip to content

Setup pypi, testpypi and github releases #57

Setup pypi, testpypi and github releases

Setup pypi, testpypi and github releases #57

Workflow file for this run

name: Pyright
on:
pull_request:
jobs:
pyright:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install hatch
hatch env create dev
- run: echo "$(hatch env find dev)/bin" >> $GITHUB_PATH
- name: Run pyright
uses: jakebailey/pyright-action@b5d50e5cde6547546a5c4ac92e416a8c2c1a1dfe