Skip to content

Release v1.1.1

Release v1.1.1 #6

Workflow file for this run

name: deploy
on:
release:
types:
- published
jobs:
deploy:
runs-on: ubuntu-latest
if: github.event_name == 'release'
steps:
- uses: actions/checkout@v4
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}