Skip to content

Upgrade rframe and drop python 3.8 (#149) #40

Upgrade rframe and drop python 3.8 (#149)

Upgrade rframe and drop python 3.8 (#149) #40

Workflow file for this run

name: Publish package
on:
push:
tags:
- "v*.*.*"
workflow_dispatch:
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 }}