Skip to content

Publish to PyPI with OIDC #30

Publish to PyPI with OIDC

Publish to PyPI with OIDC #30

Workflow file for this run

name: Configuration File Formatting
on:
push:
jobs:
dapperdata:
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 dapperdata_check