Skip to content

Add GitHub Actions workflow for TestPyPI publishing #2

Add GitHub Actions workflow for TestPyPI publishing

Add GitHub Actions workflow for TestPyPI publishing #2

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'