Skip to content

Add publishing on PyPI to release workflow #11

Add publishing on PyPI to release workflow

Add publishing on PyPI to release workflow #11

Workflow file for this run

---
name: "CI"
on:
push:
branches:
# Do not trigger on tags
# https://stackoverflow.com/questions/68573888/how-can-i-not-execute-a-github-action-when-i-push-a-new-tag
"**"
pull_request:
jobs:
tests:
uses: ./.github/workflows/tests.yaml