Skip to content

Bump version number. #6

Bump version number.

Bump version number. #6

Workflow file for this run

name: PyPI
on:
push:
tags:
- "v*.*.*"
paths-ignore:
- "**.md"
- "docs/**"
- "docsrc/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Publish GH release
uses: softprops/[email protected]
with:
generate_release_notes: true
- name: Build using poetry and publish to PyPi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_API_KEY }}