Skip to content

Bump (#61)

Bump (#61) #23

Workflow file for this run

---
name: Publish to pypi
on:
push:
branches:
- master
jobs:
build:
name: Main
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v3
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
ignore_dev_requirements: "yes"