Skip to content

python 3.14 support #11

python 3.14 support

python 3.14 support #11

name: TestPyPi
on:
workflow_dispatch:
push:
tags:
- "v*"
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
build:
if: ${{ startsWith(github.event.head_commit.message, 'v') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v2.1
with:
pypi_token: ${{ secrets.PYPI_TEST_TOKEN }}
python_version: ${{ env.PYTHON_BUILD_VERSION }}
repository_name: "testpypi"
repository_url: "https://test.pypi.org/legacy/"