Skip to content

! pypi workflows filters modification #4

! pypi workflows filters modification

! pypi workflows filters modification #4

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/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
python_version: ${{ env.PYTHON_BUILD_VERSION }}