Skip to content

Bump to v4.0.3 (#93) #23

Bump to v4.0.3 (#93)

Bump to v4.0.3 (#93) #23

Workflow file for this run

name: Python package
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Publish python poetry package
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}