Skip to content

Update README.md to include a note for OnlyList #11

Update README.md to include a note for OnlyList

Update README.md to include a note for OnlyList #11

Workflow file for this run

name: Publish to PyPI
on:
push:
tags:
- "v*"
# TODO: Only on CI success
jobs:
build-and-test-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.9
with:
pypi_token: ${{ secrets.pypi_password }}