Skip to content

DEBUG: testing release workflow regex #1

DEBUG: testing release workflow regex

DEBUG: testing release workflow regex #1

env:
POETRY_VERSION: 1.4.2
on:
push:
tags:
- 'test-v[0-9]+.[0-9]+.[0-9]+*'
- 'v[0-9]+.[0-9]+.[0-9]+*'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.9"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}