Skip to content

Merge pull request #6 from leoisl/release-please--branches--main--com… #2

Merge pull request #6 from leoisl/release-please--branches--main--com…

Merge pull request #6 from leoisl/release-please--branches--main--com… #2

Workflow file for this run

# Inspired by https://github.com/mbhall88/tbpore/blob/main/.github/workflows/release-pypi.yaml
name: Release on PyPI
on:
push:
tags:
- 'v*.*.*'
jobs:
build-and-publish:
name: Build and publish to PyPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
ignore_dev_requirements: "yes"