Add remaining source files and tests
This commit is contained in:
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user