Skip to content

some commit

some commit #2

Workflow file for this run

name: PyPI release
on:
push:
tags:
- v*.*.*
jobs:
build_and_upload:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Release
run: echo "RUNNING"