Skip to content

test

test #27

name: Build for PyPI
on:
release:
types: [published]
jobs:
build:
runs-on: ubuntu-latest
if: github.event_name == 'release' && contains(github.ref, '/master')
steps:
- uses: actions/checkout@v3
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
plugins: "poetry-dynamic-versioning[plugin]"