Skip to content

pypi release workflow #4

pypi release workflow

pypi release workflow #4

Workflow file for this run

name: build-release
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Repo checkout
uses: actions/checkout@v4
- name: Bump version and push tag
id: bump
uses: hennejg/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
release_branches: main
- name: Release project
uses: ncipollo/release-action@v1
with:
tag: ${{ steps.bump.outputs.new_tag }}
generateReleaseNotes: true