From 233fd5742dcd63c5a21dec5b0f9590ab60da6c58 Mon Sep 17 00:00:00 2001 From: infeeeee Date: Tue, 28 Mar 2023 00:29:13 +0200 Subject: [PATCH] Update readme, release workflow --- .github/workflows/release.yml | 2 +- README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5916e1e..43dcc05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: pip: name: Publish to PyPI runs-on: ubuntu-latest - needs: release + needs: test steps: - uses: actions/checkout@v3 name: Checkout diff --git a/README.md b/README.md index 07b4f7a..f2e71e3 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,11 @@ To run them manually: python -m unittest discover -v -s ./tests -p "test_*.py" ``` +### New release + +1. Update version number in `pyproject.toml` +2. Create a publish a git tag with that number + ## License GPL-3.0