Skip to content

Merge branch 'main' of https://github.com/Knuckles-Team/systems-manager #32

Merge branch 'main' of https://github.com/Knuckles-Team/systems-manager

Merge branch 'main' of https://github.com/Knuckles-Team/systems-manager #32

Workflow file for this run

name: Build|Upload|Release Python Package
on:
push:
branches:
- 'main'
jobs:
publish:
uses: Knuckles-Team/pipelines/.github/workflows/python_pipeline.yml@latest
secrets:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}