Skip to content

Refactor TestPyPI workflow for clarity and structure #3

Refactor TestPyPI workflow for clarity and structure

Refactor TestPyPI workflow for clarity and structure #3

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo 'Run tests here'