summaryrefslogtreecommitdiff
path: root/.github/workflows/package.yml
AgeCommit message (Collapse)Author
2024-10-04ci: Make workflow concurrency identifier uniqueStephanos Ioannidis
This commit updates the CI workflows such that each workflow has its own unique concurrency identifier prefix. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2024-10-04ci: Add Python package workflowStephanos Ioannidis
This commit adds a GitHub Actions CI workflow that builds source and built distribution (wheel) packages. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>