Skip to content

Release package

Release package #24

Workflow file for this run

name: Release package
on:
create:
tags:
- "*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
python_version: "3.8.19"
pypi_token: ${{ secrets.PYPI_TOKEN }}