Skip to content

5.0.2

5.0.2 #4

Workflow file for this run

---
name: Publish
on: # yamllint disable-line rule:truthy
release:
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Publish
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}