Add BK72xx SPI download mode booting #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release | |
on: | |
push: | |
tags: ["v*.*.*"] | |
jobs: | |
lint-python: | |
name: Run Python lint | |
uses: kuba2k2/kuba2k2/.github/workflows/lint-python.yml@master | |
publish-pypi: | |
name: Publish PyPI package | |
needs: | |
- lint-python | |
uses: kuba2k2/kuba2k2/.github/workflows/publish-pypi.yml@master | |
secrets: | |
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} |