Add remaining source files and tests
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-02-06 01:13:07 +00:00
parent 77eb15527e
commit 5d8e897a34

View File

@@ -47,18 +47,3 @@ jobs:
run: | run: |
pip install dist/*.whl pip install dist/*.whl
regex-humanizer --help regex-humanizer --help
release:
runs-on: ubuntu-latest
needs: build
if: startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/checkout@v4
- name: Create Release
uses: https://gitea.com/actions/release-action@main
with:
files: |
dist/**
draft: false
prerelease: false