Skip to content

v0.6.1 Regex[Searcher/Matcher] Bugfix #17

v0.6.1 Regex[Searcher/Matcher] Bugfix

v0.6.1 Regex[Searcher/Matcher] Bugfix #17

Workflow file for this run

name: Release
on:
release:
types: [published]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
architecture: x64
- run: pip install nox poetry
- run: nox --python 3.11
- run: poetry build
- run: poetry publish --username=__token__ --password=${{ secrets.PYPI_TOKEN }}