Skip to content

Merge branch 'pypi-build' of https://github.com/bobleesj/cifkit into … #42

Merge branch 'pypi-build' of https://github.com/bobleesj/cifkit into …

Merge branch 'pypi-build' of https://github.com/bobleesj/cifkit into … #42

name: Release
on:
workflow_dispatch:
push:
tags:
- '*'
permissions:
contents: write
jobs:
release:
uses: bobleesj/release-scripts/.github/workflows/_build-wheel-release-publish.yml@v0
with:
project: cifkit
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}