Skip to content

Merge pull request #113 from natekspencer/dev #3

Merge pull request #113 from natekspencer/dev

Merge pull request #113 from natekspencer/dev #3

Workflow file for this run

# An action to build and publish python package to https://pypi.org/ using poetry https://github.com/sdispater/poetry
# For more information see: https://github.com/marketplace/actions/publish-python-poetry-package
name: Publish python package
on:
push:
tags:
- "v?*.*.*"
permissions:
contents: read
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 }}
plugins: "poetry-dynamic-versioning-plugin"