Skip to content

Release v1.1.0

Release v1.1.0 #4

Workflow file for this run

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