Skip to content

release 1.0.0a4 (#151) #42

release 1.0.0a4 (#151)

release 1.0.0a4 (#151) #42

Workflow file for this run

name: Publish Python Package
on:
push:
tags:
- '*'
jobs:
build-and-publish:
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Publish to PyPI
uses: JRubics/poetry-publish@v1.12
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}