Skip to content

Fix: Update publish pypi workflow to use hatch #35

Fix: Update publish pypi workflow to use hatch

Fix: Update publish pypi workflow to use hatch #35

Workflow file for this run

name: Run pyos meta tests
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install Hatch
run: pipx install hatch
- name: Run tests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: hatch run test:run-tests