Skip to content

chore(main): release 3.8.0 (#107) #19

chore(main): release 3.8.0 (#107)

chore(main): release 3.8.0 (#107) #19

Workflow file for this run

name: Publish PyPI Package
on:
push:
tags:
- '*'
jobs:
package:
runs-on: ubuntu-latest
name: Publish Pypi Package
steps:
- name: Cloning repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_API_TOKEN }}
ignore_dev_requirements: 'yes'
build_format: 'sdist'