Skip to content

WIP ! filter commit checks #5

WIP ! filter commit checks

WIP ! filter commit checks #5

name: PyPi
on:
workflow_dispatch:
push:
branches:
- main
tags:
- "v*"
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v2.0
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
python_version: ${{ env.PYTHON_BUILD_VERSION }}