Skip to content

Introduce release workflow for PyPI deployment πŸš€ #17

Introduce release workflow for PyPI deployment πŸš€

Introduce release workflow for PyPI deployment πŸš€ #17

Workflow file for this run

name: πŸ§ͺ Test
on: push
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Run tests
run: |
pipx run poetry install
pipx run poetry run pytest