Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

v0.2.3

v0.2.3 #4

Workflow file for this run

name: Build and publish
on:
release:
types: [released]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: "Build and publish to PyPi"
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}