PyPI release workflow

This commit is contained in:
David Soria Parra
2024-11-11 22:28:28 +00:00
parent df33a9b71c
commit 753c76e479
7 changed files with 141 additions and 87 deletions

9
.github/workflows/main-checks.yml vendored Normal file
View File

@@ -0,0 +1,9 @@
name: Main branch checks
on:
push:
branches: [main]
jobs:
checks:
uses: ./.github/workflows/shared.yml