Skip to content

Publish to PyPI with OIDC #5

Publish to PyPI with OIDC

Publish to PyPI with OIDC #5

Workflow file for this run

name: Ruff Validation
on:
push:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install Dependencies
run: make install
- name: Test Formatting
run: make ruff_check