Skip to content

Docs update, deprecate quality, a little cleanup #33

Docs update, deprecate quality, a little cleanup

Docs update, deprecate quality, a little cleanup #33

Workflow file for this run

name: Build package and push to PyPi
on:
workflow_dispatch:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
ignore_dev_requirements: "yes"
plugins: "poetry-dynamic-versioning"
- uses: actions/upload-artifact@v3
if: always()
with:
name: dist
path: dist/