Skip to content

chore: bumps version to 1.1.0 #4

chore: bumps version to 1.1.0

chore: bumps version to 1.1.0 #4

name: Publishing to PyPI
on:
push:
tags:
- "*.*.*"
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 }}