Skip to content

Bump to v2.5.0 (#136) #37

Bump to v2.5.0 (#136)

Bump to v2.5.0 (#136) #37

Workflow file for this run

name: Python package
on:
push:
tags:
- "v*.*.*"
jobs:
build:
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 }}